Skip to content

Instantly share code, notes, and snippets.

@charlesferreira
Created April 3, 2019 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesferreira/a1c06b20edf5bb4e4518e8137a83a5cd to your computer and use it in GitHub Desktop.
Save charlesferreira/a1c06b20edf5bb4e4518e8137a83a5cd to your computer and use it in GitHub Desktop.
Basic Spring's ApplicationContext XML configuration file
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:c="http://www.springframework.org/schema/c"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment