skip to Main Content

In Java, Azure applicationinsights starter dependency not compatible with spring boot 3.x.x

I wanted to integrate application insights into my spring boot application**(v3.x.x)** and for that I have used below dependency in my build.gradle. implementation 'com.microsoft.azure:applicationinsights-spring-boot-starter:2.6.4' In my controller, I have injected TelemetryClient bean like: @RestController @RequestMapping("/") public class UserController { @Autowired…

VIEW QUESTION
Back To Top
Search