bootstrap.yml 314 B

12345678910
  1. spring:
  2. profiles:
  3. active: local
  4. # #热部署设置
  5. # thymeleaf:
  6. # cache: true #关闭缓存,及时刷新
  7. # devtools:
  8. # restart:
  9. # enabled: true #热部署生效
  10. # additional-paths: src/main/java #设置重启的目录,添加那个目录的文件需要restart(监听目录)