Skip to content

Instantly share code, notes, and snippets.

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 kyeljmd/6067904 to your computer and use it in GitHub Desktop.
Save kyeljmd/6067904 to your computer and use it in GitHub Desktop.
Bare bone configuration file for Spring beans (For Spring 3.2)
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.2.xsd">
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment