diff --git a/spring-boot-properties/README.md b/spring-boot-properties/README.md index e467e129dd..e3b38dc4ac 100644 --- a/spring-boot-properties/README.md +++ b/spring-boot-properties/README.md @@ -7,4 +7,5 @@ - [A Quick Guide to Spring @Value](http://www.baeldung.com/spring-value-annotation) - [Spring YAML Configuration](http://www.baeldung.com/spring-yaml) - [Using Spring @Value with Defaults](http://www.baeldung.com/spring-value-defaults) -- [How to Inject a Property Value Into a Class Not Managed by Spring?](http://www.baeldung.com/inject-properties-value-non-spring-class) \ No newline at end of file +- [How to Inject a Property Value Into a Class Not Managed by Spring?](http://www.baeldung.com/inject-properties-value-non-spring-class) +- [Reloading Properties Files in Spring](https://www.baeldung.com/spring-reloading-properties)