xiaoyong931011
2023-03-15 64e9417514a7fac1d6ec7c1e88c3fd8e524e954c
src/main/resources/application-prod.yml
@@ -18,11 +18,11 @@
          username: db_mall_hongloumeng
          password: hongloumeng123!@#123
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://127.0.0.1:3306/db_mall_hongloumeng?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
          url: jdbc:mysql://127.0.0.1:3306/db_mall_hongloumeng?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&allowMultiQueries=true
  redis:
    # Redis数据库索引(默认为 0)
    database: 0
    database: 1
    # Redis服务器地址
    host: 127.0.0.1
    # Redis服务器连接端口