为了账号安全,请及时绑定邮箱和手机立即绑定

springroot启动中app.setShowBanner(false);作用

springroot启动中app.setShowBanner(false);作用

慕侠2389804 2019-03-07 14:15:50
public static void main(String[] args) {    SpringApplication app = new SpringApplication(Main.class, "classpath*:/spring/*.xml");    app.setShowBanner(false);    app.run(args);}在springboot启动过程中,其中 app.setShowBanner(false);作用是什么?
查看完整描述

2 回答

?
一只名叫tom的猫

TA贡献1906条经验 获得超3个赞

SpringRoot程序启动的时候,会输出SpringBoot为自己设计的Banner:

/\ / ' _(_) _ 
( ( )___ | '_ | '_| | '_ / _` | 
\/ ___)| |_)| | | | | || (_| | ) ) ) ) 
' |____| .__|_| |_|_| |___, | / / / / 
=========|_|==============|___/=/_/_/_/ 
:: Spring Boot :: (v1.2.6.RELEASE)

那么app.setShowBanner(false);作用就是不输出这个丑丑的banner


查看完整回答
反对 回复 2019-04-24
  • 2 回答
  • 0 关注
  • 797 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信