瀏覽代碼

登陆模块重构

chenweida 7 年之前
父節點
當前提交
5e481e63cd
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      svr/svr-iot/src/main/resources/application.yml

+ 3 - 3
svr/svr-iot/src/main/resources/application.yml

@ -30,7 +30,7 @@ hibernate:
---
---
spring:
spring:
  profiles: dev
  profiles: jwdev
  datasource:
  datasource:
    url: jdbc:mysql://172.19.103.77:3306/xmiot?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
    url: jdbc:mysql://172.19.103.77:3306/xmiot?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
@ -39,10 +39,10 @@ spring:
---
---
spring:
spring:
  profiles: test
  profiles: jwtest
---
---
spring:
spring:
  profiles: prod
  profiles: jwprod