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

This commit is contained in:
bryan31
2021-03-30 19:15:53 +08:00
parent 0ab3d2f4cc
commit 9e43170a0b
6 changed files with 28 additions and 13 deletions

View File

@@ -3,12 +3,14 @@ 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