1.

How To Implement Spring Web Using Spring Boot?

Answer»
  • Web Application Convenience 
  • Boot AUTOMATICALLY configures
  • A DispatcherServlet & CONTEXTLOADERLISTENER
  • Spring MVC using same defaults as @EnableWebMvc
  • Plus many useful extra FEATURES:
  • Static resources served from classpath
  • /static, /public, /resources or /META-INF/resources
  • Templates served from /templates
  • If Velocity, Freemarker, Thymeleaf, or Groovy on classpath
  • Provides default /error mapping
  • Easily overridden
  • Default MessageSource for I18N



Discussion

No Comment Found