Commit 3c7fb606 authored by Zhang's avatar Zhang

Upload New File

parent 188eb5b3
spring:
spring:
datasource:
url: jdbc:mysql://127.0.0.1:3306/ces?useUnicode=true&characterEncoding=utf8&autoReconnect=true&serverTimezone=Asia/Shanghai
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
initialSize: 8
MinIdle: 5
MaxActive: 20
MaxWait: 6000
timeBetweenEvictionRumsMillis: 60000
minEvictableIdleTimeMillis: 300000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatement: true
filters: stat,wall,logback
maxPoolPreparedStatementPerCommectionSize: 25
useGlobalDataSourceStat: true
commectionProperties: druid.stat.mergeSql=true,druid.stat.slowSqlMillis=500
mybatis:
configuration:
map-underscore-to-camel-case: true
lazy-loading-enabled: false
auto-mapping-behavior: full
useGeneratedKeys: true
useColumnLabel: true
mapUnderscoreToCamelCase: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment