Files
admin-api/src/main/resources/application-dev.yml
T

31 lines
808 B
YAML
Raw Normal View History

2018-10-22 16:17:08 +08:00
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