News

Below is my build.sbt name := "Streaming" version := "0.1" scalaVersion := "2.12.10" val sparkVersion = "3.0.1" val deltaVersion = "1.0.0" libraryDependencies ++= Seq ...
I want to add opentelemetry-spring-boot-starter to my Spring Boot 3.4.4 application. I have added the dependency management section: When I try to start my application, I get a ClassNotFoundException.
If you face following exception while deploying your application in tomcat:org.apache.catalina.lifecycleexception: failed to start component [standardengine [catalina].standardhost ...