|
@ -34,7 +34,7 @@ hibernate:
|
|
|
show-sql: true
|
|
|
format-sql: true
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
|
|
|
data-source:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
@ -45,7 +45,7 @@ data-source:
|
|
|
spring:
|
|
|
profiles: test
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
|
|
|
data-source:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
@ -55,8 +55,6 @@ data-source:
|
|
|
hibernate:
|
|
|
show-sql: true
|
|
|
format-sql: true
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod
|
|
@ -64,12 +62,12 @@ hibernate:
|
|
|
show-sql: true
|
|
|
format-sql: true
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
tracker-server: 11.1.2.9:22122
|
|
|
|
|
|
data-source:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
user-name: ha
|
|
|
password: ha
|
|
|
password: jkzlxm
|
|
|
|
|
|
|
|
|
|