mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-18 05:48:09 +08:00
enhancement #I3CT11 能对任意包的下的组件进行切面
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user