From 96c0cf5ccbdbf712611166f9f629f6fc52248d4b Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Tue, 9 Jun 2020 19:28:03 +0800 Subject: [PATCH] Update README.md --- spring-boot-modules/spring-boot-properties-2/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-properties-2/README.md b/spring-boot-modules/spring-boot-properties-2/README.md index cd0fd5e5ee..1874fa74a5 100644 --- a/spring-boot-modules/spring-boot-properties-2/README.md +++ b/spring-boot-modules/spring-boot-properties-2/README.md @@ -7,4 +7,5 @@ This module contains articles about Properties in Spring Boot. - [A Quick Guide to Spring @Value](https://www.baeldung.com/spring-value-annotation) - [Using Spring @Value with Defaults](https://www.baeldung.com/spring-value-defaults) - [How to Inject a Property Value Into a Class Not Managed by Spring?](https://www.baeldung.com/inject-properties-value-non-spring-class) -- More articles: [[<-- prev]](../spring-boot-properties) \ No newline at end of file +- [@PropertySource with YAML Files in Spring Boot](https://www.baeldung.com/spring-yaml-propertysource) +- More articles: [[<-- prev]](../spring-boot-properties)