|
@ -24,7 +24,7 @@ spring:
|
|
#SAAS管理员账号,暂时配置在此处
|
|
#SAAS管理员账号,暂时配置在此处
|
|
datasource:
|
|
datasource:
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
url: jdbc:mysql://192.168.1.220: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
|
|
username: hos
|
|
password: 123456
|
|
password: 123456
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
@ -50,11 +50,6 @@ spring:
|
|
authenticationDatabase: admin
|
|
authenticationDatabase: admin
|
|
gridFsDatabase: dfs
|
|
gridFsDatabase: dfs
|
|
database: runtime
|
|
database: runtime
|
|
# activemq:
|
|
|
|
# broker-url: tcp://172.19.103.57:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
# user: admin
|
|
|
|
# password: admin
|
|
|
|
# pooled: false
|
|
|
|
aop:
|
|
aop:
|
|
proxy-target-class: true
|
|
proxy-target-class: true
|
|
hos:
|
|
hos:
|
|
@ -110,52 +105,4 @@ hos:
|
|
port: 15555
|
|
port: 15555
|
|
store: ./store
|
|
store: ./store
|
|
mysql:
|
|
mysql:
|
|
filePath: /usr/local/esb/esb.sql #租户基础表 sql文件位置
|
|
|
|
|
|
|
|
---
|
|
|
|
spring:
|
|
|
|
#SAAS管理员账号,暂时配置在此处
|
|
|
|
administrators: jkzl
|
|
|
|
profiles: lfq
|
|
|
|
#SAAS管理员账号,暂时配置在此处
|
|
|
|
datasource:
|
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
|
url: jdbc:mysql://192.168.1.220:8066/global_db?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
|
username: hos
|
|
|
|
password: 123456
|
|
|
|
test-on-borrow: true
|
|
|
|
validation-query: SELECT 1
|
|
|
|
test-while-idle: true
|
|
|
|
max-total: 100
|
|
|
|
default-auto-commit: true
|
|
|
|
max-idle: 50
|
|
|
|
min-idle: 20
|
|
|
|
initial-size: 10
|
|
|
|
jpa:
|
|
|
|
database-platform: org.hibernate.dialect.MySQL5Dialect
|
|
|
|
hibernate:
|
|
|
|
dialect: org.hibernate.dialect.MySQL5Dialect
|
|
|
|
format-sql: true
|
|
|
|
show-sql: false
|
|
|
|
data:
|
|
|
|
mongodb:
|
|
|
|
host: 172.19.103.57
|
|
|
|
port: 27017
|
|
|
|
username: esb
|
|
|
|
password: esb
|
|
|
|
authenticationDatabase: admin
|
|
|
|
gridFsDatabase: dfs
|
|
|
|
database: runtime
|
|
|
|
# activemq:
|
|
|
|
# broker-url: tcp://172.19.103.57:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
# user: admin
|
|
|
|
# password: admin
|
|
|
|
# pooled: false
|
|
|
|
aop:
|
|
|
|
proxy-target-class: true
|
|
|
|
hos:
|
|
|
|
zbus:
|
|
|
|
port: 15555
|
|
|
|
store: ./store
|
|
|
|
mysql:
|
|
|
|
filePath: e://learn.sql #租户基础表 sql文件位置
|
|
|
|
|
|
filePath: /usr/local/esb/esb.sql #租户基础表 sql文件位置
|