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
81ebf9aa
Commit
81ebf9aa
authored
Oct 08, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
75bf0184
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
SpringApplication.java
...main/java/org/springframework/boot/SpringApplication.java
+0
-6
No files found.
spring-boot/src/main/java/org/springframework/boot/SpringApplication.java
View file @
81ebf9aa
...
@@ -80,12 +80,9 @@ import org.springframework.web.context.support.StandardServletEnvironment;
...
@@ -80,12 +80,9 @@ import org.springframework.web.context.support.StandardServletEnvironment;
* <ul>
* <ul>
* <li>Create an appropriate {@link ApplicationContext} instance (depending on your
* <li>Create an appropriate {@link ApplicationContext} instance (depending on your
* classpath)</li>
* classpath)</li>
*
* <li>Register a {@link CommandLinePropertySource} to expose command line arguments as
* <li>Register a {@link CommandLinePropertySource} to expose command line arguments as
* Spring properties</li>
* Spring properties</li>
*
* <li>Refresh the application context, loading all singleton beans</li>
* <li>Refresh the application context, loading all singleton beans</li>
*
* <li>Trigger any {@link CommandLineRunner} beans</li>
* <li>Trigger any {@link CommandLineRunner} beans</li>
* </ul>
* </ul>
*
*
...
@@ -123,13 +120,10 @@ import org.springframework.web.context.support.StandardServletEnvironment;
...
@@ -123,13 +120,10 @@ import org.springframework.web.context.support.StandardServletEnvironment;
* <ul>
* <ul>
* <li>{@link Class} - A Java class to be loaded by {@link AnnotatedBeanDefinitionReader}
* <li>{@link Class} - A Java class to be loaded by {@link AnnotatedBeanDefinitionReader}
* </li>
* </li>
*
* <li>{@link Resource} - An XML resource to be loaded by {@link XmlBeanDefinitionReader},
* <li>{@link Resource} - An XML resource to be loaded by {@link XmlBeanDefinitionReader},
* or a groovy script to be loaded by {@link GroovyBeanDefinitionReader}</li>
* or a groovy script to be loaded by {@link GroovyBeanDefinitionReader}</li>
*
* <li>{@link Package} - A Java package to be scanned by
* <li>{@link Package} - A Java package to be scanned by
* {@link ClassPathBeanDefinitionScanner}</li>
* {@link ClassPathBeanDefinitionScanner}</li>
*
* <li>{@link CharSequence} - A class name, resource handle or package name to loaded as
* <li>{@link CharSequence} - A class name, resource handle or package name to loaded as
* appropriate. If the {@link CharSequence} cannot be resolved to class and does not
* appropriate. If the {@link CharSequence} cannot be resolved to class and does not
* resolve to a {@link Resource} that exists it will be considered a {@link Package}.</li>
* resolve to a {@link Resource} that exists it will be considered a {@link Package}.</li>
...
...
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