소스 검색

登陆模块重构

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