|
@@ -105,6 +105,17 @@ spring:
|
|
|
maxOpenPreparedStatements: 20
|
|
|
# 通过connectProperties属性来打开mergeSql功能;慢SQL记录
|
|
|
connectionProperties: druid.stat.slowSqlMillis=200;druid.stat.logSlowSql=true;config.decrypt=false
|
|
|
+ mail:
|
|
|
+ host: smtp.qq.com #邮件发送服务器
|
|
|
+ port: 587
|
|
|
+ username: 862885632@qq.com
|
|
|
+ password: axlmfkdxmixjbchh
|
|
|
+ test-connection: true #测试连接
|
|
|
+ properties:
|
|
|
+ mail:
|
|
|
+ smtp:
|
|
|
+ auth: true
|
|
|
+ enable: true
|
|
|
redis:
|
|
|
host: 127.0.0.1
|
|
|
port: 6379
|