| | |
| | | # 项目信息配置 |
| | | project: |
| | | name: 智能会议室项目 |
| | | name: 访客系统 |
| | | version: 1.0.0 |
| | | env: development |
| | | # env: production |
| | |
| | | # application: |
| | | # name: doumeemes |
| | | profiles: |
| | | active: pro |
| | | active: dev |
| | | |
| | | # JSON返回配置 |
| | | jackson: |
| | |
| | | map-underscore-to-camel-case: true |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | |
| | | # 缓存内容设置 |
| | | cache: |
| | | session: |
| | |
| | | smart: true |
| | | # 排除跟踪的URL正则 |
| | | exclude-patterns: .+/list[a-zA-Z0-9\-\_]*$, .+/tree[a-zA-Z0-9\-\_]*$, .+/page[a-zA-Z0-9\-\_]*$, .+/all[a-zA-Z0-9\-\_]*$, /swagger-resources.* |
| | | |
| | | |
| | | # 日志配置 |
| | | logback: |
| | |
| | | compression: |
| | | enabled: true |
| | | mime-types: application/json |
| | | |
| | | port: 10013 |
| | | port: 10033 |
| | | tomcat: |
| | | max-swallow-size: -1 |
| | | servlet: |
| | | session: |
| | | timeout: PT3H #表示12小时 |
| | | timeout: PT3H #表示12小时 |