Spring xml config

less than 1 minute read

웹 프로젝트는 web.xml에서 시작된다

javaee 3.0들어서 요즘은 web.xml도 없애는 추세인듯 하지만…

아직 현역인 web.xml설정

<?xml version=”1.0” encoding=”UTF-8”?>

BS-sso contextConfigLocation classpath:META-INF/root/root-one.xml classpath:META-INF/security/security-one.xml org.springframework.web.context.ContextLoaderListener encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 encodingFilter /\* springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy springSecurityFilterChain /\* spring org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:/META-INF/servlet/sso-servlet.xml 1 spring / /