Skip to content

Instantly share code, notes, and snippets.

@v-r
Created August 30, 2013 20:51
Show Gist options
  • Save v-r/6394168 to your computer and use it in GitHub Desktop.
Save v-r/6394168 to your computer and use it in GitHub Desktop.
initial web.xml for spring
<?xml version="1.0" encoding="UTF-8" ?>
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<display-name>Archetype Created Web Application</display-name>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment