springboot对oracle的配置
时间:2017-09-08 11:29:55
收藏:0
阅读:873
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
原文:http://www.cnblogs.com/wyx1202/p/7493375.html
评论(0)