spring boot + gradle + oracle 연동

2023. 1. 1. 14:48카테고리 없음

 

spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
spring.datasource.url=jdbc:oracle:thin:@localhost:1521:xe
spring.datasource.username=c##shse
spring.datasource.password=#glTn344774

application.properties 위 내용 추가

 

build.gradle 에 ojdbc dependency 추가