| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- server:
- port: 9002
- knife4j:
- enable: true
- setting:
- language: zh-CN
- swagger-model-name: 模型
- basic:
- enable: true
- username: znzn
- password: znzn_prod
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- token:
- secretKey: jdj29lke8092-34204wdfnih8723309l;l;lf;wrwhgiq2nkhyisndfoupern
- spring:
- datasource:
- url: jdbc:p6spy:mysql://127.0.0.1:3306/energy_data_prod?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false
- username: root
- password: admin123456
- redis:
- host: 172.16.37.22
- port: 6379
- password: 123456
- jedis:
- pool:
- max-active: 8
- max-wait: -1
- database: 10
- logging:
- config: classpath:logback-prod.xml
|