|
@ -24,9 +24,9 @@ spring:
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://192.168.1.220:3306/hos2_resource?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
username: hos2
|
|
|
password: hos2
|
|
|
url: jdbc:mysql://172.19.103.71:3306/esb?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
username: hos
|
|
|
password: hos
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
test-while-idle: true
|
|
@ -53,7 +53,7 @@ spring:
|
|
|
hos:
|
|
|
arbiter:
|
|
|
enable: false
|
|
|
url: http://192.168.131.38:10135
|
|
|
url: http://localhost:10135
|
|
|
timer:
|
|
|
period: 10000
|
|
|
|
|
@ -61,12 +61,40 @@ hos:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.19.103.71:3306/esb?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
username: hos
|
|
|
password: hos
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
test-while-idle: true
|
|
|
max-active: 30
|
|
|
default-auto-commit: true
|
|
|
max-idle: 30
|
|
|
min-idle: 10
|
|
|
initial-size: 10
|
|
|
activemq:
|
|
|
broker-url: tcp://172.19.103.86:61616
|
|
|
user: admin
|
|
|
password: admin
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 172.19.103.86
|
|
|
port: 27017
|
|
|
username: esb
|
|
|
password: esb
|
|
|
authenticationDatabase: admin
|
|
|
database: log
|
|
|
gateway:
|
|
|
ip: localhost
|
|
|
port: 8066
|
|
|
hos:
|
|
|
arbiter:
|
|
|
enable: false
|
|
|
url: http://192.168.131.38:10135
|
|
|
url: http://172.19.103.89:10135
|
|
|
timer:
|
|
|
period: 10000
|
|
|
period: 10000
|
|
|
---
|
|
|
application:
|
|
|
message: ESB Broker
|