gpt4 book ai didi

java - EnableTransactionManagement 无法解析为类型 2

转载 作者:行者123 更新时间:2023-12-01 21:14:34 25 4
gpt4 key购买 nike

the problem

尽管我的项目中已有 spring-tx jar,但我遇到了“EnableTransactionManagement 无法解析为类型”的问题。有人可以建议我我做错了什么吗?我正在使用 Hibernate 4、Eclipse、Spring 版本 4.3.2。我正在发布我的问题的快照。谢谢!

最佳答案

您需要将 spring-orm 依赖项添加到您的 pom.xml 文件中。

<!-- https://mvnrepository.com/artifact/org.springframework/spring-orm -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.3.3.RELEASE</version>
</dependency>

关于java - EnableTransactionManagement 无法解析为类型 2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40471128/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com