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
cef02ae4
Commit
cef02ae4
authored
Mar 17, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.2.x'
parents
182754a5
cac6ad21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
WebIntegrationTest.java
...ava/org/springframework/boot/test/WebIntegrationTest.java
+2
-2
No files found.
spring-boot/src/main/java/org/springframework/boot/test/WebIntegrationTest.java
View file @
cef02ae4
...
@@ -55,8 +55,8 @@ public @interface WebIntegrationTest {
...
@@ -55,8 +55,8 @@ public @interface WebIntegrationTest {
/**
/**
* Convenience attribute that can be used to set a {@code server.port=0}
* Convenience attribute that can be used to set a {@code server.port=0}
* {@link Environment} property which usually triggers listening on a random port.
* {@link Environment} property which usually triggers listening on a random port.
* Often used in conjunction with a
{@code @Value("server.local.port")} injected field
* Often used in conjunction with a
<code>@Value("${local.server.port}")</code>
* on the test.
*
injected field
on the test.
*/
*/
boolean
randomPort
()
default
false
;
boolean
randomPort
()
default
false
;
...
...
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