DEV Community

Cover image for How to generate and add your banner to a Spring-Boot Application
Victor Araujo
Victor Araujo

Posted on

How to generate and add your banner to a Spring-Boot Application

I came here to bring a simple tutorial on how to add a banner to your Spring-Boot application!

Are you tired of seeing the same Spring banner all the time? So it's time to add yours in 2 simple steps.

  1. Go to https://springhow.com/spring-boot-banner-generator/ to generate your banner. This will give you a banner.txt file. Then you can add your links

  2. Put it into the resources folder

Folder structure to add the banner: src/main/resources/

It's done:

Your own banner

Use it whenever you share your code so that more people will get to know your work!

There will be many more tutorials like this one!

See you soon :)

Top comments (0)