|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
domain.name=http://www.tamguo.com/
|
|
|
|
|
sitenum=2
|
|
|
|
|
domain.name=http://www.tanguoguo.com/
|
|
|
|
|
admin.domain.name=http://admin.tanguoguo.com
|
|
|
|
|
server.port=8081
|
|
|
|
|
jasypt.encryptor.password=tamguo
|
|
|
|
@ -12,14 +13,14 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
|
|
|
|
|
spring.datasource.maxWait=60000
|
|
|
|
|
spring.datasource.minEvictableIdleTimeMillis=300000
|
|
|
|
|
spring.datasource.minIdle=5
|
|
|
|
|
spring.datasource.password=
|
|
|
|
|
spring.datasource.password=Tanguo
|
|
|
|
|
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://127.0.0.1:3306/tiku?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
spring.datasource.username=root
|
|
|
|
|
spring.datasource.validationQuery=SELECT 1 FROM DUAL
|
|
|
|
|
|
|
|
|
|