kolorobot / spring-mvc-quickstart-archetype

The project is a Maven archetype for Spring MVC web application.
http://blog.codeleak.pl
1.05k stars 478 forks source link

Spring Data - no bean named 'transactionManager' is defined #96

Closed MarcinMilewski closed 8 years ago

MarcinMilewski commented 8 years ago

This exception occurs using Spring Data. org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'transactionManager' is defined: No matching PlatformTransactionManager bean found for qualifier 'transactionManager' - neither qualifier match nor bean name match!

kolorobot commented 8 years ago

With many changes, it should be working fine now!

jkatindi commented 5 years ago

i have a problem with spring data when i include the package who stores DaoRepository who use spring data

kolorobot commented 5 years ago

@jkatindi : Could you please provide more details on your problem?