Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Spring MVC
- apache thrift
- spring boot 1.3
- spring-mybatis
- 스프링
- @MVC
- OAuth2.0
- WebApplicationInitializer
- spring boot devtools
- spring camp
- Multi DataSource
- 스프링시큐리티
- ServletContextInitializer
- spring cloud config
- KSUG
- Spring Boot
- 인텔리J
- mybatis
- spring test mvc
- 데브툴즈
- 스프링 부트
- Fiilter
- OAuth 2.0
- spring security
- spring boot mybatis
- elasticache
- devtools
- spring cloud
- spring
- Spring Security OAuth
Archives
- Today
- Total
목록servlet (1)
홍이의 개발 노트
Spring boot 에서 Servlet과 Filter 등록하는 방법
기존 Spring 3.1+ (with Servlet 3+) 에서 web.xml을 사용하지 않고 개발시에 Servlet 및 Filter를 등록하고자 할 때에는 org.springframework.web.WebApplicationInitializer 그리고 Spring 3.2+(with Servlet 3+) 에서는 인터페이스를 상속하여 편하게 사용할 수 있도록 만든 클래스인 org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer 를 사용한다. 그런데 문제는 Spring boot에서 개발시에는 위의 인터페이스 또는 클래스가 호출 되지 않는다. 아마 Embed Tomcat을 사용하면서 변경된 부분이 있..
개발이야기/스프링(Spring)
2015. 8. 27. 00:32