Class WebConfigurer
- java.lang.Object
-
- de.trustable.ca3s.adcs.proxy.config.WebConfigurer
-
- All Implemented Interfaces:
org.springframework.boot.web.servlet.ServletContextInitializer
@Configuration public class WebConfigurer extends Object implements org.springframework.boot.web.servlet.ServletContextInitializer
Configuration of web application with Servlet 3.0 APIs.
-
-
Constructor Summary
Constructors Constructor Description WebConfigurer(org.springframework.core.env.Environment env, tech.jhipster.config.JHipsterProperties jHipsterProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.filter.CorsFiltercorsFilter()voidonStartup(javax.servlet.ServletContext servletContext)
-