In my Spring Boot 2.3.3.RELEASE
I'm tyring to enable to readiness
and liveness
endpoints.
I added this to the yml file:
But IntelliJ marks the values with "Cannot resolve configuration property" , and the endpoints are not accessible (e.g. http://localhost:8080/actuator/health/readiness)