Is there a way to disable the lovely but very visible ASCII Spring boot logo :
. ____ _ __ _ _ /\\\\ / ___\'_ __ _ _(_)_ __ __ _ \\ \\
If you are using Spring Boot 1.3 and application.yml (not properties) then you need to quote the 'OFF' i.e.
spring: main: banner_mode: 'OFF'