其他分享
首页 > 其他分享> > springboot启动图标banner

springboot启动图标banner

作者:互联网

将springboot项目中的banner.txt文件替换成下面代码即可

${AnsiColor.BRIGHT_YELLOW}
 
 
                           ┏━┓     ┏━┓
                          ┏┛ ┻━━━━━┛ ┻┓
                          ┃       ┃
                          ┃   ━   ┃
                          ┃ ┳┛   ┗┳ ┃
                          ┃       ┃
                          ┃   ┻   ┃
                          ┃       ┃
                          ┗━┓   ┏━━━┛
                            ┃   ┃   神兽保佑
                            ┃   ┃   代码无BUG!
                            ┃   ┗━━━━━━━━━┓
                            ┃           ┣┓
                            ┃             ┏┛
                            ┗━┓ ┓ ┏━━━┳ ┓ ┏━┛
                              ┃ ┫ ┫   ┃ ┫ ┫
                              ┗━┻━┛   ┗━┻━┛
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

${AnsiColor.BRIGHT_YELLOW}
 
 
                           _ooOoo_
                          o8888888o
                          88" . "88
                          (| -_- |)
                          O\  =  /O
                       ____/`---'\____
                     .'  \\|     |//  `.
                    /  \\|||  :  |||//  \
                   /  _||||| -:- |||||-  \
                   |   | \\\  -  /// |   |
                   | \_|  ''\---/''  |   |
                   \  .-\__  `-`  ___/-. /
                 ___`. .'  /--.--\  `. . __
              ."" '<  `.___\_<|>_/___.'  >'"".
             | | :  `- \`.;`\ _ /`;.`/ - ` : | |
             \  \ `-.   \_ __\ /__ _/   .-` /  /
        ======`-.____`-.___\_____/___.-`____.-'======
                           `=---='
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
               ||| 佛祖保佑 永不宕机 永无BUG |||
 

另外http://patorjk.com/software/taag/ 可以自动生成banner,可以自定义

标签:__,____,springboot,YELLOW,---,banner,图标
来源: https://www.cnblogs.com/yang2280539387/p/16651914.html