首页 > 编程语言 > 详细

【Kotlin】spring boot项目中,在Idea下启动,报错@Configuration class 'BugsnagClient' may not be final.

时间:2018-03-16 18:15:14      阅读:1106      评论:0      收藏:0      [点我收藏+]

 

报错如下:

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  

技术分享图片

 

【Kotlin】spring boot项目中,在Idea下启动,报错@Configuration class 'BugsnagClient' may not be final.

原文:https://www.cnblogs.com/sxdcgaq8080/p/8583545.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!