|
|
|
@ -52,7 +52,8 @@ org.quartz.jobStore.misfireThreshold=60000 |
|
|
|
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX |
|
|
|
org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate |
|
|
|
|
|
|
|
mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
# 输出mybatis sql语句 |
|
|
|
#mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
|
|
|
|
#是否启用StatFilter默认值true |
|
|
|
spring.datasource.druid.web-stat-filter.enabled= true |
|
|
|
@ -60,6 +61,9 @@ spring.datasource.druid.web-stat-filter.enabled= true |
|
|
|
spring.datasource.druid.web-stat-filter.url-pattern=/* |
|
|
|
#忽略过滤的格式 |
|
|
|
spring.datasource.druid.web-stat-filter.exclusions=*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/* |
|
|
|
# 过滤器 |
|
|
|
spring.datasource.druid.web |
|
|
|
|
|
|
|
#是否启用StatViewServlet默认值true |
|
|
|
spring.datasource.druid.stat-view-servlet.enabled= true |
|
|
|
# 链接时间 |
|
|
|
|