Skip to content

Instantly share code, notes, and snippets.

@dannyduc
Last active December 24, 2015 02:39
Show Gist options
  • Save dannyduc/6731875 to your computer and use it in GitHub Desktop.
Save dannyduc/6731875 to your computer and use it in GitHub Desktop.
Sample spring beans 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:p="http://www.springframework.org/schema/p"
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