소스 검색

能源管理

wuhb 1 년 전
부모
커밋
5b6e2fd797
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/application-pro.yml

+ 2 - 2
src/main/resources/application-pro.yml

@@ -19,9 +19,9 @@ spring:
 
     energy:
       driver-class-name: com.mysql.cj.jdbc.Driver
-      jdbc-url: jdbc:mysql://118.195.146.34:3306/j2eedb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+      jdbc-url: jdbc:mysql://localhost:3306/ygtx_emcs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
       username: root
-      password: yykj@365
+      password: root
       druid:
         initial-size: 10
         max-active: 100