Class ServletWebApplicationConfig

java.lang.Object
es.kukenan.smartfi.common.config.web.servlet.ServletWebApplicationConfig

@ConditionalOnClass(javax.servlet.http.HttpServlet.class) @Configuration @Import({AsyncExecutorConfig.class,RequestContextManager.class,ContextPropagationProperties.class,JwtServiceImpl.class}) @PropertySources(@PropertySource("classpath:common-config.properties")) @RefreshScope public class ServletWebApplicationConfig extends Object
Master class designed to configure the beans required in a web project, servlet based.
  • Constructor Details

    • ServletWebApplicationConfig

      public ServletWebApplicationConfig()
  • Method Details