Skip to content
Snippets Groups Projects
Commit 2ebf7567 authored by Mic's avatar Mic
Browse files

packagesToScan doesn't need a list of values

(feedback from Oliver Gierke)
parent e97c9a45
No related branches found
No related tags found
No related merge requests found
......@@ -71,11 +71,7 @@
p:database="${jpa.database}" p:showSql="${jpa.showSql}"/>
</property>
<property name="persistenceUnitName" value="petclinic" />
<property name="packagesToScan">
<list>
<value>org/springframework/samples/petclinic</value>
</list>
</property>
<property name="packagesToScan" value="org/springframework/samples/petclinic" />
</bean>
<!-- Transaction manager for a single JPA EntityManagerFactory (alternative to JTA) -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment