How to customize Banner for Spring Boot Application!

Maheshwar Ligade
techwasti
Published in
4 min readSep 14, 2021

--

As spring boot developers we are very much familiar with the logs which we are getting on the startup of the spring boot application. On our console, we are able to see the " Spring " in well-formatted on CLI, which is really nice artwork.

When you run any spring boot application, you are able to see the below banner in the log.

Let us customize it and for that let us do some coding and configuration changes.

Go ahead and visit start.spring.io and create a project.

Tech Stack:-

  1. Java 11
  2. Spring Boot
  3. Gradle
  4. VSCode editor

Once Project is created then download and open it in your favorite editor I have used here vscode and structure is looks like the below one.

Project Structure:

--

--

Maheshwar Ligade
techwasti

Learner, Full Stack Developer, blogger, amateur #ML,#DL,#AI dev in the quantum moment. I run https://techwasti.com/ to post all my articles.