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