Spring configuration error: org.springframework.beans . factory.BeanCreationException : Error creating bean with name ‘m

Add this dependency to the pom.xml file

 <dependency>
		    <groupId>org.springframework</groupId>
		    <artifactId>spring-tx</artifactId>
		    <version>3.0.5.RELEASE</version>
		</dependency>

Read More: