| | |
| | | # Spring基础配置 |
| | | spring: |
| | | profiles: |
| | | active: pro |
| | | active: dev |
| | | main: |
| | | allow-bean-definition-overriding: true |
| | | thymeleaf: |
| | |
| | | website: http://www.fzzygf.com |
| | | address: 郑州市高新区长椿路11号河南省国家大学科技园孵化1号楼 |
| | | doradoMode: |
| | | weChat: |
| | | wxServeUrl: http://192.168.1.215:18081 |
| | | wxAppId: wx0ba61024c55da10c |
| | | wxSecret: 2a66186368be54b5a48552b5fce716dd |
| | | template-id: Ggt45UcVy2OWfDCzgbSun6u24hv__wwwzx9yEyo58X4 |
| | | |
| | | |
| | | # 日志配置 |
| | |
| | | cipherKey: |
| | | session: |
| | | # Session超时时间,-1代表永不过期(默认30分钟) |
| | | expireTime: -1 |
| | | expireTime: 43200 |
| | | # 同步session到数据库的周期(默认1分钟) |
| | | dbSyncPeriod: 1 |
| | | # 相隔多久检查一次session的有效性,默认就是10分钟 |