소스 검색

更新sql,增加系统api接口

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

+ 1 - 1
src/main/resources/application-druid.yml

@@ -6,7 +6,7 @@ spring:
     #url: jdbc:mysql://10.213.24.45:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
     url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
     username: root
-    password: yang993446li
+    password: password
     # 初始化大小,最小,最大
     initialSize: 1
     minIdle: 3