|
@ -26,16 +26,13 @@ fast-dfs:
|
|
anti-steal-token: no
|
|
anti-steal-token: no
|
|
secret-key: FastDFS1234567890
|
|
secret-key: FastDFS1234567890
|
|
|
|
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: dev
|
|
profiles: dev
|
|
hibernate:
|
|
|
|
show-sql: true
|
|
|
|
format-sql: true
|
|
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.54:22122
|
|
tracker-server: 172.19.103.54:22122
|
|
|
|
|
|
|
|
public-server: http://172.19.103.54:22122
|
|
|
|
|
|
data-source:
|
|
data-source:
|
|
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
|
|
@ -45,33 +42,26 @@ data-source:
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: test
|
|
profiles: test
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
tracker-server: 172.19.103.13:22122
|
|
|
|
public-server: http://172.19.103.54:22122
|
|
|
|
|
|
data-source:
|
|
data-source:
|
|
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
|
|
user-name: weifuwu
|
|
user-name: weifuwu
|
|
password: weifuwu
|
|
password: weifuwu
|
|
|
|
|
|
hibernate:
|
|
|
|
show-sql: true
|
|
|
|
format-sql: true
|
|
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod
|
|
profiles: prod
|
|
|
|
|
|
hibernate:
|
|
|
|
show-sql: true
|
|
|
|
format-sql: true
|
|
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 11.1.2.9:22122
|
|
tracker-server: 11.1.2.9:22122
|
|
|
|
public-server: http://ds.ehr.yihu.com:22122
|
|
|
|
|
|
data-source:
|
|
data-source:
|
|
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
|
|
user-name: ha
|
|
user-name: ha
|
|
password: jkzlxm
|
|
password: jkzlxm
|
|
|
|
|
|
|
|
|
|
|
|
|