Fix docs in ServletInitializer
This commit is contained in:
		
							parent
							
								
									726991c144
								
							
						
					
					
						commit
						0ccbde9c90
					
				| 
						 | 
					@ -31,10 +31,10 @@ import org.springframework.web.context.ContextLoaderListener;
 | 
				
			||||||
import org.springframework.web.context.WebApplicationContext;
 | 
					import org.springframework.web.context.WebApplicationContext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * A handy opinionated {@link WebApplicationInitializer} for applications that only have
 | 
					 * A handy opinionated {@link WebApplicationInitializer} for applications that starts a
 | 
				
			||||||
 * one Spring servlet, and no more than a single filter (which itself is only enabled when
 | 
					 * Spring Boot application and lets it bind to the servlet and filter mappings. If your
 | 
				
			||||||
 * Spring Security is detected). If your application is more complicated consider using
 | 
					 * application is more complicated consider using one of the other
 | 
				
			||||||
 * one of the other WebApplicationInitializers.
 | 
					 * WebApplicationInitializers.
 | 
				
			||||||
 * <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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue