昨天 54a09c8eaa102087575c1904a7deb0dffacc4ebe
yudao-server/src/main/resources/application-local.yaml
@@ -1,5 +1,5 @@
server:
  port: 48080
  port: 48081
--- #################### 数据库相关配置 ####################
spring:
@@ -65,7 +65,7 @@
      primary: master
      datasource:
        master:
          url: jdbc:mysql://localhost:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
          url: jdbc:mysql://localhost:3306/mom-jhhg?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
          username: root
          password: 123456
@@ -74,7 +74,7 @@
    redis:
      host: localhost # 地址
      port: 6379 # 端口
      database: 0 # 数据库索引
      database: 5 # 数据库索引
#      password: # 密码,建议生产环境开启
--- #################### 定时任务相关配置 ####################