我正在使用社区版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;