| | |
| | | env: development |
| | | # env: production |
| | | server: |
| | | port: 10011 |
| | | port: 10023 |
| | | |
| | | spring: |
| | | # application: |
| | | # name: doumeemes |
| | | # name: doumeemes |
| | | profiles: |
| | | active: dev |
| | | |
| | |
| | | max-file-size: 200MB |
| | | max-request-size: 200MB |
| | | enabled: true |
| | | |
| | | # MyBatis配置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:/mappers/**/*.xml |
| | |
| | | # 验证码过期时长(s) |
| | | expire: 300 |
| | | |
| | | |
| | | # 跟踪日志 |
| | | trace: |
| | | # 开启智能跟踪模式 |
| | | 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: |
| | |
| | | basic: |
| | | enable: true |
| | | username: admin |
| | | password: 111111 |
| | | password: 111111 |