|
@ -47,6 +47,14 @@ spring:
|
|
|
proxy-target-class: true
|
|
|
hos:
|
|
|
saasAdmin: jkzl #SAAS管理员账号,暂时配置在此处
|
|
|
clientId: 0e3DIdNaQ2
|
|
|
zbus:
|
|
|
url: 172.19.103.37:9020
|
|
|
filesystem:
|
|
|
url: http://172.19.103.37:9010/dfs/file
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
public-server: http://172.19.103.52:80
|
|
|
jwt:
|
|
|
header: Authorization
|
|
|
secret: mySecret
|
|
@ -55,26 +63,22 @@ jwt:
|
|
|
eip:
|
|
|
manageAddress: http://localhost:8080 #配置跨域
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
jackson:
|
|
|
serialization:
|
|
|
INDENT_OUTPUT: true
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.19.103.57:8066/hos1?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
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.19.103.57:8066/hos1?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:
|
|
@ -83,7 +87,7 @@ spring:
|
|
|
show-sql: false
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 172.19.103.42
|
|
|
host: 172.19.103.57
|
|
|
port: 27017
|
|
|
username: esb
|
|
|
password: esb
|
|
@ -93,7 +97,15 @@ spring:
|
|
|
aop:
|
|
|
proxy-target-class: true
|
|
|
hos:
|
|
|
saasAdmin: jkzl #SAAS管理员账号,暂时配置在此处
|
|
|
saasAdmin: jkzl #SAAS管理员账号,暂时配置在此处
|
|
|
clientId: 0e3DIdNaQ2
|
|
|
zbus:
|
|
|
url: 172.19.103.37:9020
|
|
|
filesystem:
|
|
|
url: http://172.19.103.37:9010/dfs/file
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
public-server: http://172.19.103.52:80
|
|
|
jwt:
|
|
|
header: Authorization
|
|
|
secret: mySecret
|