浏览代码

配置提交

chenweida 8 年之前
父节点
当前提交
f77e948dd9
共有 3 个文件被更改,包括 9 次插入9 次删除
  1. 3 3
      svr-base.yml
  2. 3 3
      svr-configurations.yml
  3. 3 3
      web-gateway.yml

+ 3 - 3
svr-base.yml

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

+ 3 - 3
svr-configurations.yml

@ -17,14 +17,14 @@ eureka:
---
spring:
  profiles: dev
  profiles: jwdev
---
spring:
  profiles: test
  profiles: jwtest
---
spring:
  profiles: prod
  profiles: jwprod

+ 3 - 3
web-gateway.yml

@ -36,12 +36,12 @@ zuul:
---
spring:
  profiles: dev
  profiles: jwdev
---
spring:
  profiles: test
  profiles: jwtest
---
spring:
  profiles: prod
  profiles: jwprod