Skip to content

Instantly share code, notes, and snippets.

@mcihad
Created May 2, 2017 07:06
Show Gist options
  • Save mcihad/797763124155ecd8354dc7a96034f088 to your computer and use it in GitHub Desktop.
Save mcihad/797763124155ecd8354dc7a96034f088 to your computer and use it in GitHub Desktop.
spring web.xml
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
<listener>
<listener-class>
org.springframework.web.context.request.RequestContextListener
</listener-class>
</listener>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment