|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
domain.name=https://member.tamguo.com/
|
|
|
|
|
domain.name=http://localhost:8084/
|
|
|
|
|
book.domain.name=https://book.tamguo.com/
|
|
|
|
|
tamguo.domain.name=https://www.tamguo.com/
|
|
|
|
|
cookie.domian.name=tamguo.com
|
|
|
|
|
cookie.domian.name=localhost
|
|
|
|
|
server.port=8084
|
|
|
|
|
jasypt.encryptor.password=tamguo
|
|
|
|
|
|
|
|
|
@ -14,14 +14,14 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
|
|
|
|
|
spring.datasource.maxWait=60000
|
|
|
|
|
spring.datasource.minEvictableIdleTimeMillis=300000
|
|
|
|
|
spring.datasource.minIdle=5
|
|
|
|
|
spring.datasource.password=tanguo520pig
|
|
|
|
|
spring.datasource.password=123456
|
|
|
|
|
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/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tamguo_20181110?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
spring.datasource.username=root
|
|
|
|
|
spring.datasource.validationQuery=SELECT 1 FROM DUAL
|
|
|
|
|
|
|
|
|
|