springboot Oacle 설정

spring.jpa.database=oracle
spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
spring.datasource.url=jdbc:oracle:thin:@172.16.10.25:1521:torcl
spring.datasource.username=center
spring.datasource.password=centerDB12345
spring.jpa.hibernate.ddl-auto=update

다음으로 전송:https://www.cnblogs.com/wyx1202/p/7493375.html

좋은 웹페이지 즐겨찾기