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)
swagger, actuator "Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException"
When using Spring Boot 2.6 actuator and swagger together, "Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException" error occurs.
The swag...

변구훈
Votes: 0
Answers: 1
spring boot actuator endpoints with Keycloak security
we have a spring boot project (2.3.0.RELEASE) with actuator endpoints and we are introducing keycloak to the project with KeycloakWebSecurityConfigurerAdapter how can I prevent actuator endpoints bein...
simonC
Votes: 0
Answers: 1
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