zoukankan      html  css  js  c++  java
  • 报错:The bean 'beanNameViewResolver', defined in class path resource [cn/afterturn/easypoi/configuration/EasyPoiAutoConfiguration.class]

    报错如下:

    Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
    2021-10-31 11:08:35.055 ERROR 15492 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 
    
    ***************************
    APPLICATION FAILED TO START
    ***************************
    
    Description:
    
    The bean 'beanNameViewResolver', defined in class path resource [cn/afterturn/easypoi/configuration/EasyPoiAutoConfiguration.class], 
    could not be registered. A bean with that name has already been defined in class path resource
    [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]
    and overriding is disabled. Action: Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true Disconnected from the target VM, address: '127.0.0.1:51341', transport: 'socket' Process finished with exit code 0

    解决办法:

    在spring配置文件里,加入

    #easypoi启用覆盖
    spring.main.allow-bean-definition-overriding=true
  • 相关阅读:
    Python_Day3
    Python_Day2
    动漫推荐3.0 杂谈
    动漫推荐2.0 杂谈
    动漫推荐1.0 剧情向
    西湖十大特产
    一到春天 杭州西湖就美成了一幅画
    机械键盘十大品牌排行榜
    键盘的日常维护及清理
    无线键盘
  • 原文地址:https://www.cnblogs.com/zwh0910/p/15488758.html
Copyright © 2011-2022 走看看