springboot之banner.txt
程序员文章站
2022-05-03 22:11:43
...
在springboot启动过程中,我们经常可以看到控制台打印下面图文:
实际上这个打印图文,是可以自定义的,可以在springboot的resource中创建一个banner.txt文件,在启动时就会替换springboot默认的输出,比如说我们创建一个banner.txt
Application Version: ${info.version}
Spring Boot Version: ${spring-boot.version}
////////////////////////////////////////////////////////////////////
// _ooOoo_ //
// o8888888o //
// 88" . "88 //
// (| ^_^ |) //
// O\ = /O //
// ____/`---'\____ //
// .' \\| |// `. //
// / \\||| : |||// \ //
// / _||||| -:- |||||- \ //
// | | \\\ - /// | | //
// | \_| ''\---/'' | | //
// \ .-\__ `-` ___/-. / //
// ___`. .' /--.--\ `. . ___ //
// ."" '< `.___\_<|>_/___.' >'"". //
// | | : `- \`.;`\ _ /`;.`/ - ` : | | //
// \ \ `-. \_ __\ /__ _/ .-` / / //
// ========`-.____`-.___\_____/___.-`____.-'======== //
// `=---=' //
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
// 佛祖保佑 永不宕机 永无BUG //
////////////////////////////////////////////////////////////////////
启动显示如下:
在网上看到几个自动生成bannar的网站分享下:
http://patorjk.com/software/taag
http://www.network-science.de/ascii/
http://www.degraeve.com/img2txt.php
springboot涉及到banner的配置如下:
其中spring.main.show-banner配置已经在2.x版本中废弃,现在的开关是spring.main.banner-mode值设置为off就不会显示。
上一篇: SpringBoot———自定义banner.txt
下一篇: banner.txt
推荐阅读
-
MySQL学习笔记之数据的增、删、改实现方法_MySQL
-
php类和对象之protected与const属性_PHP教程
-
SEO优化之div+css命名规则_html/css_WEB-ITnose
-
PHP SPL标准库之SplFixedArray使用实例,splsplfixedarray
-
43-Android之提取所有的strings.xml文件
-
通过案例学调优之--AWR BaseLine管理
-
【MongoDB】MongoDB数据库之MapReduce编程模型
-
Python爬虫实战之爬取某宝男装信息
-
SpringBoot + Shiro 实现微博登录
-
第 21 章 CSS3 文本效果 - 水之原