You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
591 B
YAML
28 lines
591 B
YAML
server:
|
|
port: 10324
|
|
spring:
|
|
profiles:
|
|
include: weather
|
|
mvc:
|
|
servlet:
|
|
load-on-startup: 1 # 关闭 dispatcherServlet懒加载
|
|
# thymeleaf:
|
|
# cache: false
|
|
# encoding: UTF-8
|
|
mail:
|
|
host: smtp.exmail.qq.com
|
|
username: shiyi@htsdfp.com
|
|
password: weatherHTFP123
|
|
properties.mail.smtp:
|
|
auth: true
|
|
enable: true
|
|
required: true
|
|
task:
|
|
scheduling:
|
|
pool:
|
|
size: 3
|
|
mail:
|
|
send:
|
|
from: shiyi@htsdfp.com
|
|
to: shiyi@htsdfp.com
|