优化前端的依赖安装,使用 yarn 替代

plp
YunaiV 4 years ago
parent 6691c08585
commit c1e2e9032c

@ -7,13 +7,13 @@ import org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent;
import org.flowable.common.engine.api.delegate.event.FlowableEngineEventType;
import org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener;
import org.flowable.engine.delegate.event.FlowableCancelledEvent;
import org.flowable.engine.delegate.event.FlowableProcessStartedEvent;
import org.flowable.engine.runtime.ProcessInstance;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.Set;
/**
* {@link ProcessInstance} {@link BpmProcessInstanceExtDO}
*

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save