| | |
| | | swagger: |
| | | enabled: false |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | config: classpath:logback-spring.xml |
| | | # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file-location: /javaWork/LIMS/log |
| | | |
| | | # 数据库备份路径 |
| | | backup: |
| | | # 数据库备份路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | path: /javaWork/LIMS/backup |
| | | # 数据库备份天数+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | destiny: 7 |
| | | # 数据库备份工具路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | mysqldump: /javaWork/LIMS/conf |
| | | |
| | | # 照片路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file: |
| | | path: /javaWork/LIMS/images |
| | | |
| | | # 鵷雏网络IP或者域名+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | customer: |
| | | url: http://114.132.189.42:8011 |
| | | |
| | | login: |
| | | userID: c8b1aaacec366c24e5d18c7eea9e551b |
| | | secret: 701C85FCE0F7CFD714C2052D77098DC7f407b0ee79210bcef51787a0eb8ec7a5 |
| | | |
| | | mybatis-plus: |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl # 关闭mybatis-plus日志 |
| | | |
| | | logging: |
| | | config: classpath:logback-spring.xml |
| | | file-location: /usr/local/webapp/log |
| | | |
| | | # 数据源配置 |
| | | spring: |