|
|
@ -1,5 +1,5 @@
|
|
|
|
sitename=tamguo
|
|
|
|
sitename=tamguo
|
|
|
|
domain.name=http://www.tamguo.com/
|
|
|
|
domain.name=http://localhost:8081/
|
|
|
|
admin.domain.name=http://admin.tanguoguo.com
|
|
|
|
admin.domain.name=http://admin.tanguoguo.com
|
|
|
|
server.port=8081
|
|
|
|
server.port=8081
|
|
|
|
jasypt.encryptor.password=tamguo
|
|
|
|
jasypt.encryptor.password=tamguo
|
|
|
@ -20,7 +20,7 @@ spring.datasource.testOnReturn=false
|
|
|
|
spring.datasource.testWhileIdle=true
|
|
|
|
spring.datasource.testWhileIdle=true
|
|
|
|
spring.datasource.timeBetweenEvictionRunsMillis=60000
|
|
|
|
spring.datasource.timeBetweenEvictionRunsMillis=60000
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tiku?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
spring.datasource.url=jdbc:mysql://47.100.175.14:3306/tiku?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
spring.datasource.username=root
|
|
|
|
spring.datasource.username=root
|
|
|
|
spring.datasource.validationQuery=SELECT 1 FROM DUAL
|
|
|
|
spring.datasource.validationQuery=SELECT 1 FROM DUAL
|
|
|
|
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ spring.thymeleaf.encoding=UTF-8
|
|
|
|
spring.thymeleaf.content-type=text/html
|
|
|
|
spring.thymeleaf.content-type=text/html
|
|
|
|
spring.thymeleaf.cache=false
|
|
|
|
spring.thymeleaf.cache=false
|
|
|
|
|
|
|
|
|
|
|
|
redis.hostname=127.0.0.1
|
|
|
|
redis.hostname=47.100.175.14
|
|
|
|
redis.port=6379
|
|
|
|
redis.port=6379
|
|
|
|
redis.password=
|
|
|
|
redis.password=
|
|
|
|
|
|
|
|
|
|
|
|