79359988

Date: 2025-01-15 23:30:51
Score: 1
Natty:
Report link

Add this line in the application.properties of your SpringBoot application in order to turn off the banner message.

# Turn off the spring boot banner
spring.main.banner-mode=off

Then, start your application and see that the banner message will not display in the log trace.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: IMJS