//小人

修改SpringBoot启动时的文字

再resources文件夹下增加 banner.txt 文件

内容:

${AnsiColor.BRIGHT_BLUE}
___________                        _________                      __  .__    .__
\__    ___/__.__.______   ____    /   _____/ ____   _____   _____/  |_|  |__ |__| ____    ____
  |    | <   |  |\____ \_/ __ \   \_____  \ /  _ \ /     \_/ __ \   __\  |  \|  |/    \  / ___\
  |    |  \___  ||  |_> >  ___/   /        (  <_> )  Y Y  \  ___/|  | |   Y  \  |   |  \/ /_/  >
  |____|  / ____||   __/ \___  > /_______  /\____/|__|_|  /\___  >__| |___|  /__|___|  /\___  /
          \/     |__|        \/          \/             \/     \/          \/        \//_____/  


${AnsiColor.BRIGHT_GREEN}
项目名   Version: 2.2.0
Spring Boot Version: ${spring-boot.version}${spring-boot.formatted-version}
${AnsiColor.BLACK}

文字生成地址:http://patorjk.com/

 

posted @ 2020-06-10 10:56  H_Q  阅读(1280)  评论(0编辑  收藏  举报