Преглед изворни кода

优化springboot的自动装配类

bryan31 пре 3 година
родитељ
комит
22fc98c9e4

+ 0 - 1
liteflow-spring-boot-starter/src/main/resources/META-INF/spring.factories

@@ -1,5 +1,4 @@
 org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
-  com.yomahub.liteflow.springboot.LiteflowComponentScannerAutoConfiguration,\
   com.yomahub.liteflow.springboot.LiteflowPropertyAutoConfiguration,\
   com.yomahub.liteflow.springboot.LiteflowExecutorAutoConfiguration,\
   com.yomahub.liteflow.springboot.LiteflowMainAutoConfiguration