|
@@ -24,7 +24,7 @@ spring: |
|
|
min-idle: 8 |
|
|
min-idle: 8 |
|
|
max-wait: 10000 |
|
|
max-wait: 10000 |
|
|
application: |
|
|
application: |
|
|
name: cm |
|
|
|
|
|
|
|
|
name: pm |
|
|
jackson: |
|
|
jackson: |
|
|
default-property-inclusion: non_null |
|
|
default-property-inclusion: non_null |
|
|
time-zone: GMT+8 |
|
|
time-zone: GMT+8 |
|
@@ -39,23 +39,6 @@ spring: |
|
|
min-idle: 5 |
|
|
min-idle: 5 |
|
|
max-active: 100 |
|
|
max-active: 100 |
|
|
|
|
|
|
|
|
#邮件发送配置 |
|
|
|
|
|
mail: |
|
|
|
|
|
host: |
|
|
|
|
|
username: |
|
|
|
|
|
password: |
|
|
|
|
|
protocol: smtps |
|
|
|
|
|
default-encoding: UTF-8 |
|
|
|
|
|
properties: |
|
|
|
|
|
default-encoding: utf-8 |
|
|
|
|
|
mail: |
|
|
|
|
|
smtp: |
|
|
|
|
|
port: 465 |
|
|
|
|
|
auth: true |
|
|
|
|
|
starttls: |
|
|
|
|
|
enable: true |
|
|
|
|
|
required: true |
|
|
|
|
|
|
|
|
|
|
|
logging: |
|
|
logging: |
|
|
config: classpath:logback-spring.xml |
|
|
config: classpath:logback-spring.xml |
|
|
#日志配置 |
|
|
#日志配置 |
|
|