refreshing spring boot properties
问题 I have a spring integration web application that imports a bunch of properties file like so: <context:property-placeholder location="classpath*:*.properties" /> Now I am converting it to a spring boot application and I am importing the the properties in using the @PropertySource in the config class. I am also looking at the spring cloud config server for a future state project. So my question is this, all of the beans that need to be refreshed when the properties file changes need