bean初始化失败;嵌套异常为java.lang.UnsatifiedLinkError:无法加载库“corefoundation”

vd2z7a6w  于 2021-06-29  发布在  Java
关注(0)|答案(0)|浏览(467)

我正试图在macosbigsur11.1上启动我的spring项目。我有个问题:

2020-12-24 15:20:24.221 ERROR [                     main] o.s.b.w.e.t.TomcatStarter                : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'webMvcMetricsFilter' defined in class path resource [org/springframework/boot/actuate/autoconfigure/metrics/web/servlet/WebMvcMetricsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'webMvcMetricsFilter' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compositeMeterRegistry' defined in class path resource [io/micrometer/spring/autoconfigure/CompositeMeterRegistryConfiguration.class]: Unsatisfied dependency expressed through method 'compositeMeterRegistry' parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'meterRegistry' defined in ru.x5.references.storage.config.EventsMetricConfig: Initialization of bean failed; nested exception is java.lang.UnsatisfiedLinkError: Unable to load library 'CoreFoundation':
dlopen(libCoreFoundation.dylib, 9): image not found
dlopen(libCoreFoundation.dylib, 9): image not found
Native library (darwin/libCoreFoundation.dylib) not found in resource path...

我不知道该怎么修。idea 2020.3中的编码。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题