Maven工程找不到@Transactional 类

错误提示如下

The import org.springframework.transaction.annotation.Transactional cannot be resolved

原因分析:

选择的spring版本改为4.3.2.RELEASE

   
			org.springframework
			spring-webmvc
			4.3.2.RELEASE
		
		
			org.springframework
			spring-tx
			4.3.2.RELEASE
		  
			org.springframework
			spring-webmvc
			4.3.2.RELEASE
		
		
			org.springframework
			spring-tx
			4.3.2.RELEASE
		

 

 

 

你可能感兴趣的:(错误处理,JavaWeb,Maven工程)