mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
fixing typo
This commit is contained in:
parent
0cb2b68eee
commit
ed226f70b5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<jpa:repositories base-package="org.springframework.samples.petclinic.repository.springdatajpa"/>
|
||||
|
||||
<!-- Custom configuration for the custom implementation based on JPA -->
|
||||
<bean id="owerRepository"
|
||||
<bean id="ownerRepository"
|
||||
class="org.springframework.samples.petclinic.repository.springdatajpa.JpaOwnerRepositoryImpl"/>
|
||||
</beans>
|
||||
</beans>
|
Loading…
Reference in a new issue