在springboot启动时,会出现如下Spring的样式,可以更改banner样式

  springboot启动banner更改

 

自定义banner样式的网站:http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20

  springboot启动banner更改

1、在文本域中输入banner值,便会生成

  springboot启动banner更改

2、将其赋值到banner.txt中,不要修改文件名称,防止resource文件目录下,项目启动时则会生成相对应的banner

  springboot启动banner更改

 

相关文章: