Intellij-IDEA Spring Web Flow支持问题

时间:2017-08-28 08:28:18

标签: spring spring-mvc spring-boot intellij-idea spring-webflow

我在Spring-Boot项目中配置了流程。但是IDEA无法在 someflow.xml 编辑器中显示任何提示。 IDEA也无法在项目来源中涉及到bean difinitons enter image description here

@Bean
public FlowDefinitionRegistry flowRegistry() {
    return getFlowDefinitionRegistryBuilder(flowBuilderServices())
            .setBasePath("classpath*:/flow")
            .addFlowLocationPattern("/*.xml")
            .build();
}

0 个答案:

没有答案