标签: java spring spring-boot
当我修改application-dev.yml文件时,它会在Spring Boot启动后加载配置文件,否则不会重新加载appliation-dev.yml文件。我的IDE是IDEA。
application-dev.yml
Spring Boot
appliation-dev.yml
IDEA
我的问题:
How to force `Spring Boot` reload to the configuration file?
PS:
答案 0 :(得分:0)
使用spring cloud后,您可以通过发布到/refresh端点来重新加载配置
/refresh