This commit is contained in:
zhouxiunai
2018-10-22 16:17:08 +08:00
commit b2fdfe69b5
25 changed files with 58989 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
spring:
datasource:
primary:
username: zmsm
password: 123456
url: jdbc:mysql://130.120.3.158:3306/zmsm?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
tomcat:
max-active: 30
test-on-borrow: true
initial-size: 3
third:
username: ommsxc
password: ommsxc
url: jdbc:oracle:thin:@130.120.2.105:1521/orcl
driver: oracle.jdbc.driver.OracleDriver
tomcat:
max-active: 30
test-on-borrow: true
initial-size: 3
secondary:
username: dc0305
password: 123456
url: jdbc:oracle:thin:@130.120.2.219:1521/orcl
driver: oracle.jdbc.driver.OracleDriver
tomcat:
max-active: 30
test-on-borrow: true
initial-size: 3