Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中使用 spring MVC,hibernate 并在 Spring 工具套件中遇到以下符号。那么任何人都可以解释它是什么意思,或者这与 spring 的 AOP 概念有关吗?
它标记了激活 AOP 建议之一的位置。当您设置声明性事务管理时,这通常会发生 - 带有注释的方法@Transactional将具有该图标。
@Transactional
如果没有此类图标的帮助,您可能不知道您的代码正在运行时执行某些操作