|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
domain.name=https://www.tamguo.com/
|
|
|
|
|
domain.name=https://localhost:8081/
|
|
|
|
|
admin.domain.name=http://admin.tanguoguo.com
|
|
|
|
|
server.port=8081
|
|
|
|
|
jasypt.encryptor.password=tamguo
|
|
|
|
@ -19,7 +19,7 @@ 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://47.100.175.14:3306/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
spring.datasource.username=root
|
|
|
|
|
spring.datasource.validationQuery=SELECT 1 FROM DUAL
|
|
|
|
|
|
|
|
|
|