enhancement #I3CT11 能对任意包的下的组件进行切面

This commit is contained in:
bryan31
2021-03-30 23:18:16 +08:00
parent 9e43170a0b
commit b9f9fda863

View File

@@ -3,14 +3,12 @@ package com.yomahub.liteflow.springboot;
import com.yomahub.liteflow.spring.ComponentScaner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
/**
* 组件扫描器自动装配类
* @author Bryan.Zhang
*/
@Configuration
@EnableAspectJAutoProxy(exposeProxy = true)
public class LiteflowComponentScannerAutoConfiguration {
@Bean