| | |
| | | |
| | | guns: |
| | | swagger-open: true #是否开启swagger (true/false) |
| | | kaptcha-open: false #是否开启登录时验证码 (true/false) |
| | | kaptcha-open: true #是否开启登录时验证码 (true/false) |
| | | # file-upload-path: d:/tmp #文件上传目录(不配置的话为java.io.tmpdir目录) |
| | | spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false) |
| | | session-invalidate-time: 1800 #session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒 |
| | |
| | | |
| | | spring: |
| | | profiles: |
| | | active: @spring.active@ |
| | | active: local |
| | | mvc: |
| | | static-path-pattern: /static/** |
| | | view: |
| | |
| | | spring: |
| | | profiles: local |
| | | datasource: |
| | | url: jdbc:mysql://127.0.0.1:3306/man_health?useSSL=false&serverTimezone=GMT&useUnicode=true&&characterEncoding=utf-8&&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://1.92.197.158:3306/man_health?useSSL=false&serverTimezone=GMT&useUnicode=true&&characterEncoding=utf-8&&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: 123456 |
| | | password: Xiwang2024! |
| | | db-name: man_health #用来搜集数据库的所有表 |
| | | filters: wall,mergeStat |
| | | redis: |