2 Commits 5feefa6b9d ... 5bcebf26ba

Autor SHA1 Mensaje Fecha
  chen 5bcebf26ba Merge branch 'main' of github.com:dafengbaocy/ruoyi-ai hace 1 mes
  chen 5feefa6b9d Merge branch 'main' of github.com:dafengbaocy/ruoyi-ai hace 1 mes
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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}
           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
-          username: test
-          password: test
+          username: root
+          password: 19881212cy
 
 
       hikari:
@@ -58,7 +58,7 @@ spring.data:
     # 数据库索引
     database: 0
     # 密码(如没有密码请注释掉)
-    password: test
+    password: 19881212cy
     # 连接超时时间
     timeout: 10S
     # 是否开启ssl