如何向Intellij添加配置类型(SpringBootApplicationConfiguration)以便其被识别?

eve*_*ron 3 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>
Run Code Online (Sandbox Code Playgroud)

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

如果我进入 Windows -> 编辑配置,它会显示“运行配置错误:由于插件不可用或配置数据无效而导致配置损坏。”

Cra*_*der 7

此功能仅在终极版中可用:

矩阵