본문 바로가기

Develop/Spring

(작성 중) Spring web.xml

728x90

 

https://tlatmsrud.tistory.com/35

 

[Spring] web.xml 이란? / 예제

1. 개요 실무 투입한지 거의 1년이 다 되어갈 무렵, web.xml 코드를 보던 중 문득 이런 생각이 들었다. '웹 애플리케이션의 첫 단추인 web.xml에 대해 누군가에게 설명할 수 있을까?' 1년간 일은 열심히

tlatmsrud.tistory.com

https://ehdvudee.tistory.com/47

 

Servlet/Spring에서 web.xml은 어떻게 사라졌을까?

목차 Servlet에서의 web.xml 대체 Spring-Legacy에서의 web.xml 대체 Spring-Boot에서의 web.xml 대체 결론 Servlet에서의 web.xml 대체 Java6(Servlet 3.0 API)에서 XML 설정을 Java Config와 Annoation으로 대체하고자 하는 시도

ehdvudee.tistory.com

 

'Develop > Spring' 카테고리의 다른 글

Spring Filter, Interceptor  (0) 2022.11.17
Spring MVC  (0) 2022.11.17
Spring SpEL  (0) 2022.11.16
Spring DataBinding  (0) 2022.11.16
Spring Validation  (0) 2022.11.16