Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4b3c40ff
Commit
4b3c40ff
authored
Jul 26, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0.x'
parents
db1d3fa2
85cffd1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ConditionalOnProperty.java
...k/boot/autoconfigure/condition/ConditionalOnProperty.java
+2
-1
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java
View file @
4b3c40ff
...
...
@@ -75,7 +75,8 @@ import org.springframework.core.env.Environment;
* <p>
* This condition cannot be reliably used for matching collection properties. For example,
* in the following configuration, the condition matches if {@code spring.example.values}
* is present in the {@link Environment} but does not match if {@code spring.example.values[0]} is present.
* is present in the {@link Environment} but does not match if
* {@code spring.example.values[0]} is present.
*
* <pre class="code">
* @ConditionalOnProperty(prefix = "spring", name = "example.values")
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
4b3c40ff
...
...
@@ -166,7 +166,7 @@
<spring-retry.version>
1.2.2.RELEASE
</spring-retry.version>
<spring-security.version>
5.1.0.BUILD-SNAPSHOT
</spring-security.version>
<spring-session-bom.version>
Apple-SR3
</spring-session-bom.version>
<spring-ws.version>
3.0.
2
.RELEASE
</spring-ws.version>
<spring-ws.version>
3.0.
3
.RELEASE
</spring-ws.version>
<sqlite-jdbc.version>
3.23.1
</sqlite-jdbc.version>
<statsd-client.version>
3.1.0
</statsd-client.version>
<sun-mail.version>
${javax-mail.version}
</sun-mail.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment