소스 검색

增加扫描类

xueyiming 1 년 전
부모
커밋
933d6f45fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/Application.java

+ 1 - 0
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/Application.java

@@ -24,6 +24,7 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy;
         "com.tzld.longarticle.recommend.server.web",
         "com.tzld.longarticle.recommend.server.util",
         "com.tzld.longarticle.recommend.server.repository",
+        "com.tzld.longarticle.recommend.server.mq"
 })
 @EnableAspectJAutoProxy
 @EnableApolloConfig