好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Oracle 连接配置

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


Oracle 连接配置

标签:driver   ORC   idle   edr   app   ora   use   initial   url   

查看更多关于Oracle 连接配置的详细内容...

  阅读:25次