|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
sitenum=3
|
|
|
|
|
domain.name=http://localhost:8081/
|
|
|
|
|
server.port=8081
|
|
|
|
|
domain.name=http://m.tamguo.com/
|
|
|
|
|
server.port=8084
|
|
|
|
|
jasypt.encryptor.password=tamguo
|
|
|
|
|
|
|
|
|
|
spring.datasource.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
|
|
|
|
@ -12,14 +12,14 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
|
|
|
|
|
spring.datasource.maxWait=60000
|
|
|
|
|
spring.datasource.minEvictableIdleTimeMillis=300000
|
|
|
|
|
spring.datasource.minIdle=5
|
|
|
|
|
spring.datasource.password=Tanguo
|
|
|
|
|
spring.datasource.password=
|
|
|
|
|
spring.datasource.poolPreparedStatements=true
|
|
|
|
|
spring.datasource.testOnBorrow=false
|
|
|
|
|
spring.datasource.testOnReturn=false
|
|
|
|
|
spring.datasource.testWhileIdle=true
|
|
|
|
|
spring.datasource.timeBetweenEvictionRunsMillis=60000
|
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
spring.datasource.url=jdbc:mysql://47.100.175.14:3306/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tiku?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
spring.datasource.username=root
|
|
|
|
|
spring.datasource.validationQuery=SELECT 1 FROM DUAL
|
|
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ spring.thymeleaf.encoding=UTF-8
|
|
|
|
|
spring.thymeleaf.content-type=text/html
|
|
|
|
|
spring.thymeleaf.cache=false
|
|
|
|
|
|
|
|
|
|
redis.hostname=47.100.175.14
|
|
|
|
|
redis.hostname=127.0.0.1
|
|
|
|
|
redis.port=6379
|
|
|
|
|
redis.password=
|
|
|
|
|
|
|
|
|
|