使用 MethodBeforeAdvice、MethodInterceptor、MethodBeforeAdvice 使用的最小 JAR

发布于 2024-11-04 20:20:34 字数 138 浏览 0 评论 0原文

Spring 发行版以及使用 MethodBeforeAdviceMethodInterceptorMethodBeforeAdvice 的应用程序工作所需的最少 JAR 是什么?

What are the minimum JARs required from the Spring distribution and otherwise to make an application that uses MethodBeforeAdvice, MethodInterceptor, MethodBeforeAdvice work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苦行僧 2024-11-11 20:20:34

spring-aop.jar 和 aopalliance-1.0.jar。 spring-aop 依赖于 asm.jar

正如 Donal 所指出的,只有在没有接口的情况下让 spring 为具体类代理时才需要 cglib。

spring-aop.jar and aopalliance-1.0.jar. spring-aop depends on asm.jar

As Donal noted, you need cglib only of you are having spring make proxies of concrete classes without an interface.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文