79808309

Date: 2025-11-03 20:51:45
Score: 1.5
Natty:
Report link

Have you tried to exclude the MongoHealthContributorAutoConfiguration in your main application class?

@SpringBootApplication(
    exclude = {  org.springframework.boot.actuate.autoconfigure.data.mongo.MongoHealthContributorAutoConfiguration.class
    }
)
public class YourApplication {
    
}
Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Max