| | |
| | | spring: |
| | | profiles: |
| | | active: dev |
| | | include: specialCity |
| | | include: bulletin, specialCity, announcement |
| | | application: |
| | | name: screen-api |
| | | redis: |
| | | host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com |
| | | host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com |
| | | port: 6379 |
| | | password: moral_123456 |
| | | timeout: 30000 |
| | |
| | | max-wait: 30000 |
| | | min-idle: 32 |
| | | tokenRedis: |
| | | host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com |
| | | host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com |
| | | port: 6379 |
| | | password: moral_123456 |
| | | timeout: 30000 |
| | |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | max-conn-lifetime-millis: 20 |
| | | test-on-return: false |
| | | |
| | | servlet: |
| | | multipart: |
| | | enabled: true |
| | | max-file-size: 2MB |
| | | max-request-size: 2MB |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | |
| | | - /swagger-ui.html/** |
| | | - /webjars/** |
| | | - /verificationCode/** |
| | | - /static/** |
| | | |
| | | AES: |
| | | KEY: |