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
- git pat
- pat발급
- 애널리틱스4
- DBMS
- 데이터내보내기
- JPQL
- 도커이미지
- Python
- spring
- codeium
- 르세라핌
- 자바
- 티스토리챌린지
- ANTIFRAGILE
- docker push
- db종류
- IntelliJ
- docker build
- macvlan
- 명령어
- java
- git branch 삭제
- analytics4
- 11월순위
- JPA
- docker
- gtihub
- 컬렉션프레임워크
- 오블완
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