| | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 8081 |
| | | port: 8084 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | header: Authorization |
| | | # 令牌密钥 |
| | | secret: abcdefghijklmnopqrstuvwxyz |
| | | # 令牌有效期(默认30分钟) |
| | | expireTime: 30 |
| | | # 令牌有效期(默认72000分钟) |
| | | expireTime: 72000 |
| | | |
| | | # MyBatis配置 |
| | | mybatis: |
| | |
| | | # 是否开启swagger |
| | | enabled: true |
| | | # 请求前缀 |
| | | pathMapping: /dev-api |
| | | pathMapping: |
| | | |
| | | # 防止XSS攻击 |
| | | xss: |
| | |
| | | excludes: /system/notice |
| | | # 匹配链接 |
| | | urlPatterns: /system/*,/monitor/*,/tool/* |
| | | |
| | | wx: |
| | | appid: wx180c41e1915992e8 |
| | | appletsAppSecret: 8c6cc3410891d3096988b92c154ba5e9 |
| | | mchId: 1720552698 |
| | | key: 5Kb8zX9qR3r4D7Yw3vHnJgLp6sA4cE1M |
| | | callbackPath: http://221.182.45.100:8084 |
| | | certPath: classpath:cert/apiclient_cert.p12 |
| | | RASPath: |