I have a String that I\'m autowiring as a bean. The value for the String is set via a properties file, and is loaded at runtime. That much I can verify. Here\'s
Every time you want to change your spring injected values through changing the configuration, you are going to have to restart your container, which usually involves restarting your server.