为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:dm8
【操作系统】:windows
【CPU】:11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz 2.69 GHz
【问题描述】*:启动springboot工程时报如下错误:
Error creating bean with name 'documentationPluginsBootstrapper' defined in URL [jar:file:/C:/Users/%e5%bc%a0%e6%99%93%e4%b8%9c/.gradle/caches/modules-2/files-2.1/io.springfox/springfox-spring-web/2.8.0/cb2ce464b07919158dde1ad40f72cca9c364559b/springfox-spring-web-2.8.0.jar!/springfox/documentation/spring/web/plugins/DocumentationPluginsBootstrapper.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webMvcRequestHandlerProvider' defined in URL [jar:file:/C:/Users/%e5%bc%a0%e6%99%93%e4%b8%9c/.gradle/caches/modules-2/files-2.1/io.springfox/springfox-spring-web/2.8.0/cb2ce464b07919158dde1ad40f72cca9c364559b/springfox-spring-web-2.8.0.jar!/springfox/documentation/spring/web/plugins/WebMvcRequestHandlerProvider.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'installerInterceptorHandlerAdapter': Unsatisfied dependency expressed through field 'databaseSchemaUpdateService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'frDatabaseSchemaUpdateService': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [org.wsp.framework.liquibase.service.impl.DatabaseSchemaUpdateServiceImpl] from ClassLoader [sun.misc.Launcher$AppClassLoader@2a139a55]
未出现数据库相关报错,请排查应用代码端功能;另外如果有其他关于spring框架的使用问题可以参考https://eco.dameng.com/document/dm/zh-cn/app-dev/java-spring-frame.html#