李林
2024-01-02 ce97969fce786a9a1dc0bc18acad6261bee73a21
system-run/src/main/resources/application-prod.yml
@@ -5,20 +5,20 @@
logging:
  config: classpath:logback-spring.xml
  # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
  file-location: /javaWork/Blog/log
  file-location: /www/wwwroot/syxt.shxiao2.cn/ShengYun
# 数据库备份路径
backup:
  # 数据库备份路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
  path: /javaWork/Blog/backup
  path: /www/wwwroot/syxt.shxiao2.cn/ShengYun
  # 数据库备份天数+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
  destiny: 7
  # 数据库备份工具路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
  mysqldump: /javaWork/Blog/conf
  mysqldump: /www/wwwroot/syxt.shxiao2.cn/ShengYun
# 照片路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
file:
  path: /javaWork/Blog/images
  path: /www/wwwroot/syxt.shxiao2.cn/ShengYun
mybatis-plus:
  configuration:
@@ -29,7 +29,7 @@
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3306/blog_crunchy?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    url: jdbc:mysql://127.0.0.1:3306/shengyun?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
    username: root
    password: 123456
    druid: