问题
来源:8-1 商品添加之Dao层的实现
Cainadamn
2018-10-31
加上@Transactional注解之后出现红色箭头,点击后显示Multiple markers at this line
点击后显示为
Multiple markers at this line
- advised by
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
- implements com.imooc.o2o.service.ProductService.addProduct
查找问题的过程中发现service配置出现双向箭头
dao和web配置出现如下蓝色感叹号
这是什么原因
写回答
2回答
-
qq_慕UI9245827
2019-11-25
Window-Preferences-Spring-Validation-ProjectBuilder 去掉AOP Reference Model Builder的勾就行了,这个是sts的 aop协助——来源百度知道
112019-11-26 -
翔仔
2018-10-31
请问你是按视频从第一章开始搭建的吗?为什么到第八章才会出线这样的问题呢?可以参考以下链接尝试解决
https://blog.csdn.net/blackyuanc/article/details/53292362
042019-11-25
相似问题