如何将配置类型(SpringBootApplicationConfiguration)添加到Intellij以便识别它?

时间:2017-04-05 16:01:24

标签: spring intellij-idea spring-boot

我正在使用社区版Intellij。在我的应用程序中,在application.xml中,我将类型指定为SpringBootApplicationConfigurationType

<component name="Application">
  <configuration default="false" name="ExampleApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
    ....etc
  </configuration>
</component>

我收到错误消息“#34;运行应用程序时出错:未知运行配置类型SprintBootApplicationConfigurationType。

如果我去Windows - &gt;编辑配置,它说&#34;运行配置错误:由于插件不可用或配置数据无效而导致配置中断。&#34;

1 个答案:

答案 0 :(得分:1)

此功能is available仅限于终极版:

matrix