Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:jpa="http://www.springframework.org/schema/data/jpa"
  5. xsi:schemaLocation="http://www.springframework.org/schema/beans
  6. http://www.springframework.org/schema/beans/spring-beans.xsd
  7. http://www.springframework.org/schema/data/jpa
  8. http://www.springframework.org/schema/data/jpa/spring-jpa.xsd">
  9.  
  10. <jpa:repositories base-package="com.acme.repositories" />
  11.  
  12. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement