Skip to content

Instantly share code, notes, and snippets.

@frow
Created May 18, 2012 21:47
Show Gist options
  • Save frow/2727773 to your computer and use it in GitHub Desktop.
Save frow/2727773 to your computer and use it in GitHub Desktop.
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:jpa="http://www.springframework.org/schema/data/jpa"
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-3.0.xsd
http://www.springframework.org/schema/data/jpa
http://www.springframework.org/schema/data/jpa/spring-jpa.xsd">
<jpa:repositories base-package="de.celonis.pbi.core.repositories" />
<jpa:repositories base-package="de.celonis.pbi.plugins.*.repositories" />
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment