| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- server.ssl.key-store=server.keystore
- server.ssl.key-alias=tomcat
- server.ssl.enabled=true
- server.ssl.key-store-password=123456
- server.ssl.key-store-type=JKS
- server.port=8888
- server.servlet.context-path=/sso
- server.tomcat.max-threads=1200
- server.tomcat.max-connections=10000
- server.tomcat.accept-count=400
- server.tomcat.min-spare-threads=600
- server.connection-timeout=120000
- #thymeleaf dispose
- spring.thymeleaf.mode=HTML5
- spring.thymeleaf.encoding=UTF-8
- spring.thymeleaf.servlet.content-type=text/html
- spring.thymeleaf.cache=false
- #DBO dispose
- spring.datasource.url=jdbc:mysql://rm-7uqho6qdt6p2kabr5.mysql.rds.inner.y.csair.com:3306/wellcloudwdas?useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
- spring.datasource.username=wellcloud_app
- spring.datasource.password=PeYl_#2021
- spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
- fastjson.parser.safeMode=true
- #Company_minute
- EXPIRE_TIME: 240
- #cloudOut
- appId : b0bae2a0-543e-4713-9e47-78cff76bf15d
- appSecret : F818B521-C320-4CF0-8CD5-FA7F1B4DFD4F
- apiKey : DL85JNogr4RhCLyIvCEhty2a8XSFdb0p
- #==================== 日志配合·标准 ============================
- #logging.config=classpath:logback-boot.xml
- logging.config=classpath\:logback.xml
|