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
- spring
- Linux
- oracle
- 추상클래스
- 티스토리챌린지
- mysql
- docker
- JPA
- 명령어
- rsync
- group by
- IntelliJ
- 차이점
- top
- Javascript
- 자바
- 호이스팅
- PostgreSQL
- 트랜잭션
- 리눅스
- 오블완
- SQL
- MongoDB
- java
- analytics4
- 인터페이스
- mssql
- MariaDB
- git
- DBMS
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