Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EudesSilva/5183351 to your computer and use it in GitHub Desktop.
Save EudesSilva/5183351 to your computer and use it in GitHub Desktop.
Define os arquivos de configurações do spring para serem carregados.
<!-- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment