Commit efffea4a by stylefeng

默认关闭devtools

parent 492000c2
......@@ -46,7 +46,7 @@ spring:
max-file-size: 100MB #最大文件大小
devtools:
restart:
enabled: true #是否开启开发者工具(true/false)
enabled: false #是否开启开发者工具(true/false)
additional-paths: src/main/java
exclude: static/**,WEB-INF/view/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment