使用Application Insights部署应用程序后,我一直遇到以下错误消息。我正在这里的Microsoft教程中进行操作,但是似乎仍然存在依赖项错误。
Error creating bean with name 'webRequestTrackingFilterRegistrationBean'
java.lang.NoSuchMethodError: com.microsoft.applicationinsights.internal.config.ReflectionUtils.addClass(Ljava/lang/Class;)
答案 0 :(得分:0)
我发现问题出在我的依赖项上。原来,我需要添加洞察核心依赖项。以前,我仅以applicationinsights-web作为依赖项,并且在本地运行良好,但是在部署应用程序后无法正常工作。
implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.+'