You could just comment the maven dependency for a while:
org.springframework.boot
spring-boot-starter-actuator
org.springframework.boot
spring-boot-starter-data-mongodb
It worked fine for me
Disabling it from application.properties is deprecated for Spring Boot
2.0