Skip to content

Instantly share code, notes, and snippets.

@sachin-handiekar
Created November 18, 2014 16:44
Show Gist options
  • Save sachin-handiekar/b78a44fe107b4856cc34 to your computer and use it in GitHub Desktop.
Save sachin-handiekar/b78a44fe107b4856cc34 to your computer and use it in GitHub Desktop.
Spring Sample Bean Configuration
<?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.xsd">
<!-- Bean declarations goes here -->
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment