| | |
| | | logging: |
| | | config: classpath:logback-spring.xml |
| | | # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file-location: /www/wwwroot/syxt.shxiao2.cn/ShengYun |
| | | file-location: /javaWork/center-lims/log |
| | | |
| | | # 数据库备份路径 |
| | | backup: |
| | | # 数据库备份路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | path: /www/wwwroot/syxt.shxiao2.cn/ShengYun |
| | | path: /javaWork/center-lims/img |
| | | # 数据库备份天数+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | destiny: 7 |
| | | # 数据库备份工具路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | mysqldump: /www/wwwroot/syxt.shxiao2.cn/ShengYun |
| | | mysqldump: /javaWork/center-lims/img |
| | | |
| | | # 照片路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file: |
| | | path: /www/wwwroot/syxt.shxiao2.cn/ShengYun |
| | | path: /javaWork/center-lims/img |
| | | allowed: png,jpg,jpeg,gif |
| | | |
| | | wordUrl: /javaWork/center-lims/word |
| | | twoCode: /javaWork/center-lims/two_code |
| | | |
| | | mybatis-plus: |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl # 关闭mybatis-plus日志 |
| | | log-impl: #org.apache.ibatis.logging.nologging.NoLoggingImpl # 关闭mybatis-plus日志 |
| | | |
| | | # 数据源配置 |
| | | spring: |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | 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 |
| | | url: jdbc:mysql://127.0.0.1:3306/center-lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 |
| | | username: center-lims |
| | | password: wSRFBmB5eHZKkSKL |
| | | druid: |
| | | # Druid数据源配置 |
| | | initialSize: 5 # 初始连接数 |
| | |
| | | # redis服务器地址(默认为loaclhost) |
| | | host: 127.0.0.1 |
| | | # redis端口(默认为6379) |
| | | port: 6381 |
| | | port: 6379 |
| | | # redis访问密码(默认为空) |
| | | # password: |
| | | password: root2022 |
| | | # redis连接超时时间(单位毫秒) |
| | | timeout: 20 |
| | | # redis连接池配置 |