master
luoyang 5 years ago
parent d168d36a7e
commit 1c9b4d7466

@ -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

@ -89,19 +89,6 @@ jetty:
threadPool: threadPool:
maxThreads: 1000 maxThreads: 1000
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'
mail: mail:
mailgun: mailgun:
api_key: api:key-2e67b891a1a7974bf3a40ea440d5a77f api_key: api:key-2e67b891a1a7974bf3a40ea440d5a77f
@ -115,15 +102,6 @@ mail:
multipart: multipart:
max-file-size: 10Mb max-file-size: 10Mb
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
qcloud: qcloud:
scf: scf:
@ -164,33 +142,17 @@ settle:
default-bank: CBA default-bank: CBA
remains-to: ANZ remains-to: ANZ
spring: 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: mail:
host: smtp.office365.com host: smtp.office365.com
port: 587 port: 587
profiles: profiles:
active: dev,alipay,bestpay,jd,wechat,rpay,yeepay,rppaysvc active: dev,alipay,bestpay,jd,wechat,rpay,yeepay,rppaysvc,common
redis: redis:
database: 1 database: 1
host: 127.0.0.1 host: 127.0.0.1
port: 6379 port: 6379
thymeleaf: thymeleaf:
mode: HTML mode: HTML
http:
converters:
preferred-json-mapper: fastjson
stockholder:
mails: leo.huang@royalpay.com.au

Loading…
Cancel
Save