Skip to content

Instantly share code, notes, and snippets.

@kamcpp
Created September 9, 2014 07:28
Show Gist options
  • Select an option

  • Save kamcpp/74a39791c8819b9fce5a to your computer and use it in GitHub Desktop.

Select an option

Save kamcpp/74a39791c8819b9fce5a to your computer and use it in GitHub Desktop.
Minimal Spring Beans XML
<?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-4.1.xsd">
<bean id="bookDAO" class="co.karans.phonebook.web.domain.DefaultBookDAO" />
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment