File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/main/java/org/baeldung/spring/web/config Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55
66### Relevant Articles:
7- - [ Spring MVC Tutorial] ( http://www.baeldung.com/spring-mvc-tutorial )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class MainWebAppInitializer implements WebApplicationInitializer {
1919 */
2020 @ Override
2121 public void onStartup (final ServletContext sc ) throws ServletException {
22- System .out .println ("GreenhouseWebAppInitializer .onStartup()" );
22+ System .out .println ("MainWebAppInitializer .onStartup()" );
2323
2424 // Create the 'root' Spring application context
2525 final AnnotationConfigWebApplicationContext root = new AnnotationConfigWebApplicationContext ();
Original file line number Diff line number Diff line change 44
55
66### Relevant Articles:
7+ - [ Spring MVC Tutorial] ( http://www.baeldung.com/spring-mvc-tutorial )
78- [ Servlet Session Timeout] ( http://www.baeldung.com/servlet-session-timeout )
You can’t perform that action at this time.
0 commit comments