Skip to content

Instantly share code, notes, and snippets.

@springcome
Created October 21, 2013 15:03
Show Gist options
  • Select an option

  • Save springcome/7085387 to your computer and use it in GitHub Desktop.

Select an option

Save springcome/7085387 to your computer and use it in GitHub Desktop.
핸들러 인터셉터
<bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping">
<property name="interceptors">
<list>
<ref bean="sessionInterceptor" />
</list>
</property>
</bean>
<bean id="sessionInterceptor" class="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment