update at 2020-12-09 17:27:50 by ehlxr

This commit is contained in:
2020-12-09 17:27:50 +08:00
parent e764f36b1f
commit a552a39e4d
73 changed files with 813 additions and 101 deletions

View File

@@ -14,7 +14,7 @@
<bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/>
<!-- 配置扫描路径 -->
<context:component-scan base-package="osc.git.eh3.springamq">
<context:component-scan base-package="me.ehlxr.springamq">
<!-- 只扫描Service也可以添加Repostory但是要把Controller排除在外Controller由spring-mvc.xml去加载 -->
<!-- <context:include-filter type="annotation" expression="org.springframework.stereotype.Service" /> -->
<!-- <context:include-filter type="annotation" expression="org.springframework.stereotype.Repository" /> -->