12 lines
224 B
YAML
12 lines
224 B
YAML
1 year ago
|
server:
|
||
|
port: 10323
|
||
|
spring:
|
||
|
profiles:
|
||
|
include: weather
|
||
|
mvc:
|
||
|
servlet:
|
||
|
load-on-startup: 1 # 关闭 dispatcherServlet懒加载
|
||
|
|
||
|
thymeleaf:
|
||
|
cache: false
|
||
|
encoding: UTF-8
|