在自己的项目里面使用自己"/>

spring boot更换banner

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot更换banner相关的知识,希望对你有一定的参考价值。

使用spring boot时候会有默认是banner如下图所示:

技术分享

在自己的项目里面使用自己的banner那不是更加酷了吗!在大Java世界里很容易做到:

只要在自己的项目中新加:/springboot/src/main/resources/banner.txt,并到

http://patorjk.com/software/taag-v1/

去生成一个自己喜欢的文字,并复制到banner.txt文件中,重启spring boot就可以看到了。


技术分享


除此之外还可以关闭banner、控制banner输出到日志或者控制台中。

SpringApplication app = new SpringApplication(SampleController.class);
app.setBannerMode(Banner.Mode.OFF);


其中

Banner.Mode是一个枚举,有CONSOLE,LOG,OFF。


本文出自 “梦朝思夕” 博客,请务必保留此出处http://qiangmzsx.blog.51cto.com/2052549/1869777

以上是关于spring boot更换banner的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot关闭Banner

SpringBoot更换Banner图

Android:更换片段时如何停止音乐?

Spring Boot笔记之自定义启动banner

sptring boot 修改默认Banner

我把 Spring Boot Banner 换成了美女背景后……