Kotlinspring boot项目中,在Idea下启动,报错@Configuration class 'BugsnagClient' may not be final.(示例代(代

Posted Angel挤一挤

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kotlinspring boot项目中,在Idea下启动,报错@Configuration class 'BugsnagClient' may not be final.(示例代(代相关的知识,希望对你有一定的参考价值。

 

报错如下:

Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: @Configuration class \'BugsnagClient\' may not be final. Remove the final modifier to continue.
Offending resource: class path resource [com/rollong/chinatower/server/exception/bugsnag/BugsnagClient.class]

 

代码中应该:

请在fun前加上open  

 

以上是关于Kotlinspring boot项目中,在Idea下启动,报错@Configuration class 'BugsnagClient' may not be final.(示例代(代的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 注释和导入无法在 Intellij IDE 上解析

spring boot用ide新建项目遇到的restcontroller不能导入的问题

2小时学会Spring Boot(IDE:eclipse)

在 IntelliJ IDE 中找不到 Maven 插件

运行 jar 时出现 Spring Boot 错误,但在 IDE 中工作正常(spring-boot-starter-data-jpa)

使用 IDE 运行 Spring-boot 的 main