| | |
| | | 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: |
| | |
| | | spring: |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.jdbc.Driver |
| | | url: jdbc:mysql://localhost:3306/blog_crunchy?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://127.0.0.1:3306/shengyun?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: 123456 |
| | | druid: |