Class WebConfig

  • All Implemented Interfaces:
    org.springframework.web.WebApplicationInitializer

    @Configuration
    public class WebConfig
    extends org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
    web.xml의 Java 설정
    Version:
    1.0
    Author:
    Yeonhee Kim
    • Field Summary

      • Fields inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer

        DEFAULT_SERVLET_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      WebConfig()  
    • Method Summary

      • Methods inherited from class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer

        onStartup
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebConfig

        public WebConfig()