| | |
| | | logging: |
| | | config: classpath:logback-spring.xml |
| | | # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file-location: |
| | | file-location: D:\项目文件存储\log |
| | | |
| | | # 数据库备份路径 |
| | | backup: |
| | | # 数据库备份路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | path: D:\鹓雏公司\frame-after |
| | | path: D:\项目文件存储\log |
| | | # 数据库备份天数 |
| | | destiny: 7 |
| | | # 数据库备份工具路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | mysqldump: E:\JavaCode\WMS\WMS_Admin\src\main\resources |
| | | mysqldump: D:\项目文件存储\log |
| | | |
| | | # 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file: |
| | | path: D:/webapp/images |
| | | path: D:\项目文件存储\image |
| | | # 上传文件允许的扩展名 |
| | | allowed: png,jpg,jpeg,gif |
| | | |