how to disable spring boot logo in stdout?

后端 未结 8 682
名媛妹妹
名媛妹妹 2021-01-30 19:08

Is there a way to disable the lovely but very visible ASCII Spring boot logo :

  .   ____          _            __ _ _
 /\\\\ / ___\'_ __ _ _(_)_ __  __ _ \\ \\          


        
8条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 19:53

    You can set spring.main.show_banner=false in your application.properties as described in http://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html.

提交回复
热议问题