|
@@ -2,7 +2,8 @@ spring:
|
|
|
datasource:
|
|
|
hikari:
|
|
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
|
|
- jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
|
|
|
+ #jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
|
|
|
+ jdbc-url: jdbc:tibero:thin:@192.168.20.99:8629:tibero
|
|
|
username: yiits
|
|
|
password: yiits
|
|
|
minimumIdle: 5
|
|
@@ -19,9 +20,15 @@ spring:
|
|
|
utis-datasource:
|
|
|
hikari:
|
|
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
|
|
- jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
|
|
|
+ #jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
|
|
|
+ jdbc-url: jdbc:tibero:thin:@192.168.20.99:8629:tibero
|
|
|
username: rutis
|
|
|
password: rutis
|
|
|
+ minimumIdle: 3
|
|
|
+ maximumIdle: 10
|
|
|
+ maximumPoolSize: 20
|
|
|
+ idleTimeout: 30000
|
|
|
+ connectTimeout: 10000
|
|
|
utis-jpa:
|
|
|
database-platform: org.hibernate.dialect.Oracle10gDialect
|
|
|
properties:
|
|
@@ -31,9 +38,15 @@ spring:
|
|
|
bis-datasource:
|
|
|
hikari:
|
|
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
|
|
- jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
|
|
|
+ #jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
|
|
|
+ jdbc-url: jdbc:tibero:thin:@192.168.20.99:8629:tibero
|
|
|
username: yiits
|
|
|
password: yiits
|
|
|
+ minimumIdle: 3
|
|
|
+ maximumIdle: 10
|
|
|
+ maximumPoolSize: 20
|
|
|
+ idleTimeout: 30000
|
|
|
+ connectTimeout: 10000
|
|
|
bis-jpa:
|
|
|
database-platform: org.hibernate.dialect.Oracle10gDialect
|
|
|
properties:
|