浏览代码

添加流水线逻辑

dafengbaocy 4 月之前
父节点
当前提交
32c45dedef
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      ruoyi-admin/src/main/resources/application-dev.yml

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

@@ -25,9 +25,9 @@ spring:
         master:
           type: ${spring.datasource.type}
           driverClassName: com.mysql.cj.jdbc.Driver
-          url: jdbc:mysql://43.139.70.230:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
-          username: ruoyi-ai
-          password: ruoyi-ai
+          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
 
 
       hikari:
@@ -52,13 +52,13 @@ spring:
 spring.data:
   redis:
     # 地址
-    host: 127.0.0.1
+    host: bigstorm.top
     # 端口,默认为6379
     port: 6379
     # 数据库索引
     database: 0
     # 密码(如没有密码请注释掉)
-    # password: 123456
+    password: 19881212cy
     # 连接超时时间
     timeout: 10S
     # 是否开启ssl