Spring boot production line of custom banner

Currently work is not very busy, use of leisure time, give yourself constantly in charge, to enhance their technical strength.

Currently doing a Spring Boot2.x + webmagic + quartz reptiles projects based [hotDog] https://github.com/raysonfang/hotDog
welcome star.

That how to add a custom banner to the open source project to enhance the force tweed? For example, the following custom banner


    _    _           _     _____                  
   | |  | |         | |   |  __ \                 
   | |__| |   ___   | |_  | |  | |   ___     __ _ 
   |  __  |  / _ \  | __| | |  | |  / _ \   / _` |
   | |  | | | (_) | | |_  | |__| | | (_) | | (_| |
   |_|  |_|  \___/   \__| |_____/   \___/   \__, |
                                             __/ |
                                            |___/
                                            v1.0.0
One-stop focus on the whole network hotspot.
:::::::::::::::::::::::::::::::::::::::::::::::::::
author: raysonfang
email: [email protected]
微信关注:Java技术干货(ID: raysonfang)
关于我: http://www.raysonblog.cn/about/
:::::::::::::::::::::::::::::::::::::::::::::::::::

A. Make banner online comparison site

Recommended two-line production banner website:

1. http://patorjk.com/software/taag/ (I prefer this)

advantage:

    1. When switching fonts and input text, the word will be automatically output banner.
    1. In the output box is editable, you can add a version number, author information and so on itself.

Disadvantages:

    1. You can not download txt.
    1. Results Only selected content manually copy and paste into banner.txt file.

2.https://www.bootschool.net/ascii

advantage:

    1. Artistic fonts
    1. Support file download banner.txt

Disadvantages:

    1. Online production, operating experience is not good enough, need to click in order to generate browsers.
    1. The results generated by the banner can not be edited.

2. Select your favorite style (I recommend several quite like font)

banner at the time generated a need to choose your favorite fonts to generate. But I found the font type as many as 270 kinds , for a choice difficult disease, there are so many options is a very painful thing, but over time, if still want to go, when generated, very easy forget what the original font of your choice, think this is a nightmare ah.

Here's a note of: common and enjoyed several fonts.

No longer worry about forgetting font.

Font 1: Big

Font 2: Boom

Are there any good and high recognition of the font, welcome message exchange.

Three. Banner.txt integration with Spring Boot

自己没有弄过之前,认为这个需要修改代码什么的,与Spring Boot整合真的超级简单,都不用修改代码,只需要将banner.txt文件放到resources下就OK了,在点击启动就可以看到自定义的banner

如果有遇到其他什么问题,可以关注公众号:Java技术干货(ID:raysonfang),一起学习交流。

Guess you like

Origin www.cnblogs.com/werewolfBoy/p/11571954.html