|
@ -33,7 +33,7 @@ hibernate:
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: dev
|
|
|
|
|
|
profiles: jwdev
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
@ -43,7 +43,7 @@ spring:
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: test
|
|
|
|
|
|
profiles: jwtest
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|
|
@ -53,7 +53,7 @@ spring:
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod
|
|
|
|
|
|
profiles: jwprod
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|