|
@ -72,7 +72,7 @@ spring:
|
|
|
#SAAS管理员账号,暂时配置在此处
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.17.110.202:8066/global_db?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
url: jdbc:mysql://172.19.103.57:8066/global_db?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
username: hos
|
|
|
password: 123456
|
|
|
test-on-borrow: true
|
|
@ -91,27 +91,22 @@ spring:
|
|
|
show-sql: false
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 172.17.110.202
|
|
|
host: 172.19.103.58
|
|
|
port: 27017
|
|
|
username: esb
|
|
|
password: esb
|
|
|
authenticationDatabase: admin
|
|
|
gridFsDatabase: dfs
|
|
|
database: runtime
|
|
|
activemq:
|
|
|
broker-url: tcp://172.17.110.202:61616?wireFormat.maxInactivityDuration=0
|
|
|
user: admin
|
|
|
password: admin
|
|
|
pooled: false
|
|
|
aop:
|
|
|
proxy-target-class: true
|
|
|
hos:
|
|
|
zbus:
|
|
|
url: 172.19.103.57:9020
|
|
|
url: 172.19.103.58:9020
|
|
|
filesystem:
|
|
|
url: http://172.19.103.57:9010/dfs/file
|
|
|
url: http://172.19.103.58:9010/dfs/file
|
|
|
mysql:
|
|
|
filePath: /usr/local/esb/esb.sql #租户基础表 sql文件位置
|
|
|
filePath: e://learn.sql #租户基础表 sql文件位置
|
|
|
service-gateway:
|
|
|
portalUrl: http://192.168.1.221:10280/api/v1.0/portal
|
|
|
adminUrl: http://192.168.1.221:10000/api/v1.0/admin
|