|
@ -54,7 +54,7 @@ spring:
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
data:
|
|
@ -74,7 +74,7 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: alpha
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: ha
|
|
|
password: ha
|
|
|
|
|
@ -86,7 +86,7 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: test
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
data:
|
|
@ -105,7 +105,7 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: ha
|
|
|
password: jkzlxm
|
|
|
|
|
@ -117,7 +117,7 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: prod_fz
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: sr_healtharchive
|
|
|
password: data!@)1
|
|
|
data:
|
|
@ -138,7 +138,7 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: prod_sr
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: healthcloud
|
|
|
password: GP8Qz4qU
|
|
|
data:
|
|
@ -152,4 +152,4 @@ spring:
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 10.176.97.5:22122
|
|
|
public-server: http://10.176.97.5:22122
|
|
|
public-server: http://10.176.97.5:8888
|