commit
f1b5040b6d
@ -0,0 +1,45 @@
|
||||
logging:
|
||||
level:
|
||||
au:
|
||||
com:
|
||||
royalpay:
|
||||
payment: debug
|
||||
java:
|
||||
sql:
|
||||
Connection: debug
|
||||
PreparedStatement: debug
|
||||
Statement: debug
|
||||
pattern:
|
||||
console: '[%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){blue}] %clr(%-5level) %logger: %msg%n'
|
||||
mybatis:
|
||||
configuration:
|
||||
mapUnderscoreToCamelCase: true
|
||||
dialects:
|
||||
- com.yixsoft.support.mybatis.dialects.mysql.MySqlDialect
|
||||
paginator:
|
||||
enable: true
|
||||
advanced-count: true
|
||||
dialect: com.github.miemiedev.mybatis.paginator.dialect.MySQLDialect
|
||||
spring:
|
||||
application:
|
||||
name: @project.artifactId@
|
||||
version: @project.version@
|
||||
datasource:
|
||||
filters: stat,wall,log4j
|
||||
max-active: 1000
|
||||
max-idle: 150
|
||||
max-pool-prepared-statement-per-connection-size: 100
|
||||
max-wait: 3000
|
||||
test-while-idle: true
|
||||
time-between-eviction-runs-millis: 500
|
||||
validation-query: select 1
|
||||
mail:
|
||||
host: smtp.office365.com
|
||||
port: 587
|
||||
thymeleaf:
|
||||
mode: HTML
|
||||
http:
|
||||
converters:
|
||||
preferred-json-mapper: fastjson
|
||||
stockholder:
|
||||
mails: leo.huang@royalpay.com.au
|
Loading…
Reference in new issue