2 次代碼提交 c09d0115a8 ... 5feefa6b9d

作者 SHA1 備註 提交日期
  chen 5feefa6b9d Merge branch 'main' of github.com:dafengbaocy/ruoyi-ai 1 月之前
  chen c09d0115a8 Merge branch 'main' of github.com:dafengbaocy/ruoyi-ai 1 月之前
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ruoyi-admin/src/main/resources/application-dev.yml

+ 3 - 3
ruoyi-admin/src/main/resources/application-dev.yml

@@ -26,8 +26,8 @@ spring:
           type: ${spring.datasource.type}
           type: ${spring.datasource.type}
           driverClassName: com.mysql.cj.jdbc.Driver
           driverClassName: com.mysql.cj.jdbc.Driver
           url: jdbc:mysql://bigstorm.top:3306/ruoyi_ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
           url: jdbc:mysql://bigstorm.top:3306/ruoyi_ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
-          username: root
-          password: 19881212cy
+          username: test
+          password: test
 
 
 
 
       hikari:
       hikari:
@@ -58,7 +58,7 @@ spring.data:
     # 数据库索引
     # 数据库索引
     database: 0
     database: 0
     # 密码(如没有密码请注释掉)
     # 密码(如没有密码请注释掉)
-    password: 19881212cy
+    password: test
     # 连接超时时间
     # 连接超时时间
     timeout: 10S
     timeout: 10S
     # 是否开启ssl
     # 是否开启ssl