我收到此错误:
Getting “Deadlock found when trying to get lock; try restarting transaction”
我尝试使用带有@Transactionnal的注释RetryTransaction来解决它。
但是注释无法解析为类型。
在spring-config.xml中设置什么配置才能使它工作?或者可能需要补充依赖?
答案 0 :(得分:1)
谷歌搜索显示你提到的注释不是来自春天,而是其他人制作它。
您可以从http://mvnrepository.com/artifact/org.dellroad/dellroad-stuff/1.0.659
获取包含它的maven artefact