|
@ -28,6 +28,7 @@ fast-dfs:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
@ -42,6 +43,7 @@ fast-dfs:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: alpha
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
@ -55,6 +57,7 @@ fast-dfs:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: weifuwu
|
|
@ -68,9 +71,10 @@ fast-dfs:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
data-source:
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
user-name: ha
|
|
|
username: ha
|
|
|
password: jkzlxm
|
|
|
|
|
|
fast-dfs:
|