| | |
| | | file-size-threshold: 100MB |
| | | redis: |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 16379 |
| | | host: 172.17.0.3 |
| | | port: 6379 |
| | | password: mPMHThYzlT8DWgl8HLqwPEyPOiHDPPB5 |
| | | |
| | | mybatis-plus: |
| | |
| | | password: _6)S]<vpfvj?N#t2 |
| | | db-name: guns #用来搜集数据库的所有表 |
| | | filters: wall,mergeStat |
| | | |
| | | |
| | | |
| | | #多数据源情况的配置 |
| | | guns: |
| | | muti-datasource: |
| | | open: false |
| | | url: jdbc:mysql://127.0.0.1:3306/guns_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: root |
| | | dataSourceNames: |
| | | - dataSourceGuns |
| | | - dataSourceBiz |
| | | |
| | | |
| | | |
| | |
| | | |
| | | spring: |
| | | mail: |
| | | template-path: /home/igotechgh/nginx/html/mailbox/ |
| | | template-path: /data/nginx/html/mailbox/ |
| | | |
| | | --- |
| | | |