You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/StandardConfigDataLocationResolver.java
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@
54
54
* @author Madhura Bhave
55
55
* @author Phillip Webb
56
56
* @author Scott Frederick
57
+
* @author Sijun Yang
57
58
* @since 2.4.0
58
59
*/
59
60
publicclassStandardConfigDataLocationResolver
@@ -154,6 +155,7 @@ public List<StandardConfigDataResource> resolveProfileSpecific(ConfigDataLocatio
0 commit comments