浏览代码

更新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