main
tamguo 7 years ago
parent fb2902de3e
commit 4ef4fdfc90

@ -1,6 +1,5 @@
package com.tamguo;
import com.tamguo.service.IBookService;
import com.tamguo.service.ICrawlerBookService;
import org.junit.Test;
import org.junit.runner.RunWith;

@ -1,4 +1,4 @@
domain.name=http://m.tamguo.com/
domain.name=http://localhost:8084/
server.port=8084
jasypt.encryptor.password=tamguo
@ -11,14 +11,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/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

Loading…
Cancel
Save