提交 50606c3d 编写于 作者: sq3536's avatar sq3536

版本重置

上级 cd464eed
......@@ -4,6 +4,7 @@ import org.flowable.ui.common.service.idm.RemoteIdmService;
import org.flowable.ui.modeler.properties.FlowableModelerAppProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.FilterType;
@EnableConfigurationProperties(FlowableModelerAppProperties.class)
......@@ -16,6 +17,7 @@ import org.springframework.context.annotation.FilterType;
"org.flowable.ui.common.tenant" },
excludeFilters = { @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, value = RemoteIdmService.class), }
)
@Configuration
public class flowableConfiguration
{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册