亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何修改SpringBoot項目啟動banner

發布時間:2021-07-02 14:20:00 來源:億速云 閱讀:306 作者:小新 欄目:編程語言

小編給大家分享一下如何修改SpringBoot項目啟動banner,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

如果我們使用過SpringBoot,那么就會對下面的圖案不陌生。Springboot 啟動的同時會打印下面的圖案,并帶有版本號。

如何修改SpringBoot項目啟動banner

查看SpringBoot官方文檔可以找到關于 banner 的描述

The banner that is printed on start up can be changed by adding a banner.txt file to your classpath or by setting the spring.banner.location property to the location of such a file. If the file has an encoding other than UTF-8, you can set spring.banner.charset. In addition to a text file, you can also add a banner.gif, banner.jpg, or banner.png image file to your classpath or set the spring.banner.image.location property. Images are converted into an ASCII art representation and printed above any text banner.

通過有道翻譯

可以通過向類路徑中添加一個banner.txt文件或設置spring.banner來更改在console上打印的banner。屬性指向此類文件的位置。如果文件的編碼不是UTF-8,那么可以設置spring.banner.charset。除了文本文件,還可以添加橫幅。將gif、banner.jpg或banner.png圖像文件保存到類路徑或設置spring.banner.image。位置屬性。圖像被轉換成ASCII藝術形式,并打印在任何文本橫幅上面。

在IDEA中,在SpringBoot配置文件中輸入spring.banner會出現下面提示,正對應上面翻譯的內容。

如何修改SpringBoot項目啟動banner

1、自定義banner

我們在類路徑下新建banner.txt文件,繪制下面圖案,下面地址就是繪制字符圖案。
http://patorjk.com/software/taag/

如何修改SpringBoot項目啟動banner

SpringBoot項目啟動后如下,這樣我們就修改了banner。

如何修改SpringBoot項目啟動banner

我們暫時刪除banner.txt文件,將下面圖片放置在類路徑下,名稱為:banner.jpg。

如何修改SpringBoot項目啟動banner

然后在配置文件中配置如下內容

如何修改SpringBoot項目啟動banner

啟動SpringBoot項目后,圖案如下所示,Springboot把圖片轉成 ASCII圖案。

如何修改SpringBoot項目啟動banner

如果我們不想在啟動時出現圖案,那么就需要修改SpringBoot啟動類的代碼

原代碼

public static void main(String[] args) {
  SpringApplication.run(SpringbootShiroApplication.class, args);
}

修改后的代碼

public static void main(String[] args) {
  SpringApplication app = new SpringApplication(SpringbootShiroApplication.class);
  app.setBannerMode(Banner.Mode.OFF);
  app.run(args);
}

這樣,SpringBoot啟動時就不會打印圖案了。

以上是“如何修改SpringBoot項目啟動banner”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

兰坪| 彩票| 河源市| 万源市| 冀州市| 马边| 长宁县| 洪洞县| 洛隆县| 小金县| 贺州市| 星子县| 乌拉特后旗| 永寿县| 宁蒗| 延津县| 汶川县| 阳城县| 灵璧县| 林州市| 长寿区| 东方市| 得荣县| 昭平县| 建宁县| 沾化县| 额济纳旗| 平潭县| 双江| 富宁县| 梨树县| 卓资县| 阿图什市| 鹤庆县| 大洼县| 蒙自县| 伊金霍洛旗| 辽宁省| 江川县| 客服| 青阳县|