Is there a way to disable the lovely but very visible ASCII Spring boot logo :
. ____ _ __ _ _ /\\\\ / ___\'_ __ _ _(_)_ __ __ _ \\ \\
create a file "application.yml" under src/main/resources" and paste the below code.That would do the job
spring: main: banner-mode: "off"