Skip to content

Instantly share code, notes, and snippets.

@rvazquezglez
Created November 23, 2013 16:45
Show Gist options
  • Save rvazquezglez/7616899 to your computer and use it in GitHub Desktop.
Save rvazquezglez/7616899 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jdbc="http://www.springframework.org/schema/jdbc"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/jdbc
http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment