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
d91e8021
Commit
d91e8021
authored
Jul 06, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish Javadoc
parent
261955c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
SpringServletInitializer.java
...rg/springframework/zero/web/SpringServletInitializer.java
+1
-5
No files found.
spring-zero-core/src/main/java/org/springframework/zero/web/SpringServletInitializer.java
View file @
d91e8021
...
@@ -14,21 +14,17 @@ import org.springframework.zero.SpringApplication;
...
@@ -14,21 +14,17 @@ import org.springframework.zero.SpringApplication;
import
org.springframework.zero.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
;
import
org.springframework.zero.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
;
/**
/**
* <p>
* A handy opinionated {@link WebApplicationInitializer} for applications that only have
* A handy opinionated {@link WebApplicationInitializer} for applications that only have
* one Spring servlet, and no more than a single filter (which itself is only enabled when
* one Spring servlet, and no more than a single filter (which itself is only enabled when
* Spring Security is detected). If your application is more complicated consider using
* Spring Security is detected). If your application is more complicated consider using
* one of the other WebApplicationInitializers.
* one of the other WebApplicationInitializers.
* <p>
*
*
* <p>
* <p
/
>
* Note that a WebApplicationInitializer is only needed if you are building a war file and
* Note that a WebApplicationInitializer is only needed if you are building a war file and
* deploying it. If you prefer to run an embedded container (we do) then you won't need
* deploying it. If you prefer to run an embedded container (we do) then you won't need
* this at all.
* this at all.
* </p>
*
*
* @author Dave Syer
* @author Dave Syer
*
*/
*/
public
abstract
class
SpringServletInitializer
implements
WebApplicationInitializer
{
public
abstract
class
SpringServletInitializer
implements
WebApplicationInitializer
{
...
...
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