Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save EudesSilva/5183351 to your computer and use it in GitHub Desktop.

Select an option

Save EudesSilva/5183351 to your computer and use it in GitHub Desktop.

Revisions

  1. Eudes created this gist Mar 17, 2013.
    10 changes: 10 additions & 0 deletions load_spring_files_configurations_web.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@

    <!-- Spring 3 -->
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
    /WEB-INF/spring-security.xml,
    /WEB-INF/spring-data.xml,
    /WEB-INF/spring-mail.xml
    </param-value>
    </context-param>