How to disable Spring banner - CodeByAkram

How to disable Spring banner

How to disable Spring banner?

spring banner codebyakram
You can disable the spring boot banner by adding the below mentioned code in your main method.
app.setBannerMode(Banner.Mode.OFF);

Just add the above mentioned code in main method and spring banner will be disabled.

No comments:

Post a Comment