mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
优化springboot的自动装配
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
package com.yomahub.liteflow.springboot;
|
||||
|
||||
import com.yomahub.liteflow.spring.ComponentScanner;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* 组件扫描器自动装配类
|
||||
* @author Bryan.Zhang
|
||||
*/
|
||||
@Configuration
|
||||
public class LiteflowComponentScannerAutoConfiguration {
|
||||
|
||||
@Bean
|
||||
public ComponentScanner componentScaner(){
|
||||
return new ComponentScanner();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user