How To Customize Spring Project Launch Banner

When we luanch Spring Project, we could saw Spring Banner in our console as below:

What if we want to customize this banner using personal name、company name or even some interesting picture?

First we should use this website to transfer text to ASCII.

Then we could copy the ASCII content generated and paste it into src/main/resources/banner.txt, like:

Now launch our project and have a look we got now:

Leave a Reply