Spring Boot has a banner messages that is printed in the log output when it starts.
You can easily customize this information.
This is normally the stdout log but normally gets processed in your log collection.
Adding little things like this makes you feel like you own the code and as you start understanding all these hidden gems your application start to look more and more professional.
#springboot #java #programming