@@ -2,8 +2,6 @@
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 9091
|
||||
# 优雅关闭,防止 Windows 下 DevTools 重启时端口冲突
|
||||
shutdown: graceful
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
@@ -52,11 +50,6 @@ spring:
|
||||
restart:
|
||||
# 热部署开关
|
||||
enabled: true
|
||||
# 变更检测后的静默期(ms),给 IDE 编译留时间
|
||||
quiet-period: 400
|
||||
lifecycle:
|
||||
# 优雅关闭超时
|
||||
timeout-per-shutdown-phase: 10s
|
||||
# redis 配置
|
||||
# token配置
|
||||
token:
|
||||
|
||||
Reference in New Issue
Block a user