when learning springboot, add:
to pom.xml <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
After restart the project, it is basically inaccessible except / actuator/health and / actuator/info. Solve why?