From 6c1364dfb712130f98a91420a3fc2c87c96523d6 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:35:42 +0530 Subject: [PATCH] Back-link added --- spring-boot-properties/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)