中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

SpringBoot個性化啟動Banner設置方法解析

發布時間:2020-08-22 01:09:21 來源:腳本之家 閱讀:167 作者:玉天恒 欄目:編程語言

1.添加Banner.txt文件

SpringBoot個性化啟動Banner設置方法解析

.  ____     _      __ _ _
 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
 ' |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: tianheng Spring Boot ::    (v2.0.5.RELEASE)

2.修改application.properties文件

#端口號
server.port=8090
#配置bannner地址
spring.banner.location=banner.txt

3.添加啟動類

package top.ytheng.demo;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication //等于下面3個
//@SpringBootConfiguration
//@EnableAutoConfiguration
//@ComponentScan
public class DemoApplication {

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

}

4.右鍵Run As啟動項目,如圖所示

SpringBoot個性化啟動Banner設置方法解析

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

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

AI

甘德县| 清水河县| 武山县| 宁津县| 马山县| 县级市| 玛曲县| 油尖旺区| 石首市| 鄂尔多斯市| 盈江县| 兰州市| 靖边县| 来宾市| 苍南县| 禄劝| 霍州市| 微山县| 文水县| 沂南县| 黔江区| 林甸县| 阳高县| 芜湖市| 淮安市| 永清县| 兴业县| 盘锦市| 阿拉尔市| 乐至县| 蛟河市| 水城县| 巴林左旗| 壤塘县| 吉木乃县| 贵港市| 阳高县| 汶上县| 桃江县| 那曲县| 托克逊县|