coderd.adjustrd.com
介绍
伊娃(Eva) 是 CodeRd (opens new window)官方推出的一款基于SpringBoot、Mybatis Plus的,支持在线定制化技术栈,支持在线定制化功能模块的开源的后台管理系统项目框架。跟其他开源项目一样,为了使项目开发足够简单,Eva经过仔细的设计和探索,采用约定大于配置的思想,基于可扩展性、安全性、可读性对项目的常用功能进行了合理的封装,并在文档中进行了详细的介绍和说明。
Eva代码生成,按步骤生成后端后,无法启动报错信息如下:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-08-02 07:56:18,098 ERROR (SpringApplication.java:826)- Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'objectMapperConfigurer' defined in class path resource [springfox/documentation/spring/web/SpringfoxWebMvcConfiguration.class]: Post-processing of merged bean definition failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [springfox.documentation.spring.web.ObjectMapperConfigurer] from ClassLoader [sun.misc.Launcher$AppClassLoader@b4aac2]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572)
at org.