server.port=8086 #server.ssl.protocol=TLS #58.34.119.165 #server.ssl.key-store=classpath:www.lonsungsh.com.pfx #server.ssl.key-store-password=sfh4c1di jy.server.config.dataport=false spring.datasource.url=jdbc:mysql://localhost:3306/multi_alarm?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=true spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver #spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver spring.datasource.sqltype=mysql //spring.datasource.username=multi_alarm //spring.datasource.password=ypXTjQzRccpQS2TG spring.datasource.username=root spring.datasource.password=lonsung301 spring.datasource.initialSize=5 spring.datasource.minIdle=5 spring.datasource.maxActive=20 spring.datasource.maxWait=60000 spring.datasource.timeBetweenEvictionRunsMillis=60000 spring.datasource.minEvictableIdleTimeMillis=300000 spring.datasource.validationQuery=SELECT 1 FROM DUAL spring.datasource.testWhileIdle=true spring.datasource.testOnBorrow=false spring.datasource.testOnReturn=false spring.datasource.filters=stat,wall,log4j spring.datasource.logSlowSql=false spring.jackson.time-zone=GMT+8 spring.jackson.date-format=yyyy-MM-dd HH:mm:ss jy.database.name=multi_alarm jy.user.super.password=lonsung301 jy.user.login.enable = false logging.config=classpath:config/logback.xml spring.servlet.multipart.max-file-size=50MB spring.servlet.multipart.max-request-size=50MB