bl双性强迫侵犯h_国产在线观看人成激情视频_蜜芽188_被诱拐的少孩全彩啪啪漫画

怎么修改SpringBoot項目啟動banner

這篇文章主要介紹“怎么修改SpringBoot項目啟動banner”的相關知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“怎么修改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文件,繪制下面圖案。

怎么修改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”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識,可以關注創新互聯行業資訊頻道,小編每天都會為大家更新不同的知識點。

分享題目:怎么修改SpringBoot項目啟動banner
轉載來于:http://vcdvsql.cn/article22/pdeijc.html

成都網站建設公司_創新互聯,為您提供軟件開發響應式網站外貿網站建設手機網站建設關鍵詞優化云服務器

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

搜索引擎優化