mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-20 13:28:13 +08:00
enhancement #IAOW43 在solon体系中支持声明式的组件
This commit is contained in:
@@ -15,9 +15,9 @@ import org.noear.solon.Solon;
|
||||
*/
|
||||
public class SolonCmpAroundAspect implements CmpAroundAspect {
|
||||
|
||||
public static ICmpAroundAspect cmpAroundAspect;
|
||||
public ICmpAroundAspect cmpAroundAspect;
|
||||
|
||||
static {
|
||||
public SolonCmpAroundAspect(){
|
||||
Solon.context().getBeanAsync(ICmpAroundAspect.class, bean -> {
|
||||
cmpAroundAspect = bean;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user