Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- analytics4
- 자바
- 애널리틱스4
- db종류
- docker
- JPQL
- git branch 삭제
- spring
- IntelliJ
- git pat
- 오블완
- 컬렉션프레임워크
- docker build
- ANTIFRAGILE
- Python
- codeium
- 르세라핌
- java
- 도커이미지
- 데이터내보내기
- JPA
- macvlan
- gtihub
- 티스토리챌린지
- 11월순위
- docker push
- 명령어
- DBMS
- pat발급
Archives
- Today
- Total
목록2024/10/10 (1)
hanker
Spring boot - application.properties Oracle DB 설정 (properties/yml)
pom.xml com.oracle.database.jdbc ojdbc8 19.8.0.0 1. application.properties 일 경우# IP:PORT:SIDspring.datasource.url=jdbc:oracle:thin:@localhost:1521:orcl# IDspring.datasource.username=hanker# PWspring.datasource.password=hankerspring.datasource.driver-class-name=oracle.jdbc.OracleDriver# HikariCP 커넥션 풀 설정 (기본값)spring.datasource.hikari.maximum-pool-..
SPRING
2024. 10. 10. 19:09