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-context/src/main/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurer.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2012 the original author or authors.
2
+
* Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -108,8 +108,8 @@ public void setEnvironment(Environment environment) {
108
108
* <p>Processing occurs by replacing ${...} placeholders in bean definitions by resolving each
109
109
* against this configurer's set of {@link PropertySources}, which includes:
110
110
* <ul>
111
-
* <li>all {@linkplain org.springframework.core.env.ConfigurableEnvironment#getPropertySources environment property sources}, if an
112
-
* {@code Environment} {@linkplain #setEnvironment is present}
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/context/support/PropertyResourceConfigurerIntegrationTests.java
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,25 @@ public void testPropertyPlaceholderConfigurerWithNestedCircularReference() {
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurerTests.java
0 commit comments