server.port=8080
|
|
logging.config=classpath:log4j2-local.xml
|
|
spring.datasource.write.jdbc-url=jdbc:mysql://localhost:3306/phi_other_service?useUnicode=true&characterEncoding=UTF-8
|
spring.datasource.write.username=root
|
spring.datasource.write.password=root
|
spring.datasource.write.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.read.jdbc-url=jdbc:mysql://localhost:3306/phi_other_service_read?useUnicode=true&characterEncoding=UTF-8
|
spring.datasource.read.username=root
|
spring.datasource.read.password=root
|
spring.datasource.read.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
logging.level.org.springframework.boot.autoconfigure = error
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
spring.datasource.druid.filters=stat,wall,log4j
|
spring.datasource.druid.initial-size=10
|
spring.datasource.druid.max-active=50
|
spring.datasource.druid.min-idle=10
|
spring.datasource.druid.max-wait=20
|
spring.datasource.druid.time-between-eviction-runs-millis=60000
|
spring.datasource.druid.min-evictable-idle-time-millis=300000
|
spring.datasource.druid.test-on-borrow=true
|
spring.datasource.druid.test-while-idle=false
|
|
mybatis.type-aliases-package=com.hx.other.servcie.model
|
mybatis.mapperLocations=com/hx/other/service/dao/mapper/xml/*.xml,classpath*:com/gitee/sunchenbin/mybatis/actable/mapping/*/*.xml,classpath*:mapper/*.xml
|
|
#mybatis
|
mybatis.table.auto=update
|
mybatis.model.pack=com.hx.other.service.model
|
mybatis.database.type=mysql
|
|
spring.jackson.date-format= yyyy-MM-dd HH:mm:ss
|
spring.jackson.time-zone=GMT+8
|
|
pagehelper.helper-dialect=mysql
|
pagehelper.params=count=countSql
|
pagehelper.reasonable=true
|
pagehelper.support-methods-arguments=true
|
pagehelper.auto-runtime-dialect=true
|
|
forest.timeout=10000
|