私はSpring + Hibernate
を使用しています。トランザクションをタイプに解決できません
Transactional cannot be resolved to a type error.
私はのpom.xmlに以下の依存関係を追加しました。
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${spring-framework.version}</version>
</dependency>
依存関係はありませんか?この問題を解決するにはどうすればよいですか?
感謝お返事のための – user5863037