Oracle 连接配置

时间:2021-02-15 11:56:11   收藏:0   阅读:0
spring.datasource.url=jdbc:oracle:thin:@localhost:1521:orcl
spring.datasource.username=zhouriyue
spring.datasource.password=13768184197
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
spring.datasource.max-idle=10
spring.datasource.max-wait=10000
spring.datasource.min-idle=5
spring.datasource.initial-size=5
spring.application.name=oracle-test
server.port=8085


评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!