python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to enable health in Spring Boot Actuator
I have to check whether my service / app works or not.
I've added dependency
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator&l...

Programmer
Votes: 0
Answers: 3
Getting 404 Error when URL contains double slash after Spring Boot 2.5 to 2.6 migration
The following URL used to return 200 with Spring Boot 2.5
http://localhost:8080//actuator/health
After upgrading to 2.6 it no longer works and returns 404 Not Found
I spotted the error because some of...

kirshiyin
Votes: 0
Answers: 3