我已经以编程方式配置 AnnotationConfigWebApplicationContext 来运行 Web 应用程序。但我想添加一些注释提供的自定义逻辑。
什么是程序等效代码段:
<context:component-scan base-package="org.aaa">
<context:include-filter type="annotation" expression="com.annotation.Fooish" />
</context:component-scan>
谢谢