mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:49:38 +00:00
packagesToScan doesn't need a list of values
(feedback from Oliver Gierke)
This commit is contained in:
parent
e97c9a45d4
commit
2ebf7567b9
1 changed files with 1 additions and 5 deletions
|
@ -71,11 +71,7 @@
|
||||||
p:database="${jpa.database}" p:showSql="${jpa.showSql}"/>
|
p:database="${jpa.database}" p:showSql="${jpa.showSql}"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="persistenceUnitName" value="petclinic" />
|
<property name="persistenceUnitName" value="petclinic" />
|
||||||
<property name="packagesToScan">
|
<property name="packagesToScan" value="org/springframework/samples/petclinic" />
|
||||||
<list>
|
|
||||||
<value>org/springframework/samples/petclinic</value>
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<!-- Transaction manager for a single JPA EntityManagerFactory (alternative to JTA) -->
|
<!-- Transaction manager for a single JPA EntityManagerFactory (alternative to JTA) -->
|
||||||
|
|
Loading…
Reference in a new issue