91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

如何在springboot項目中啟動main函數

發布時間:2022-04-06 17:09:19 來源:億速云 閱讀:1447 作者:iii 欄目:編程語言

本文小編為大家詳細介紹“如何在springboot項目中啟動main函數”,內容詳細,步驟清晰,細節處理妥當,希望這篇“如何在springboot項目中啟動main函數”文章能幫助大家解決疑惑,下面跟著小編的思路慢慢深入,一起來學習新知識吧。

springboot項目main函數啟動

在controller包下新建appController類

如何在springboot項目中啟動main函數

package controller;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.support.SpringBootServletInitializer;
@SpringBootApplication
public class appController extends SpringBootServletInitializer {
    public static void main(String[] args){
        SpringApplication.run(appController.class,args);
    }
    
    @Override
    protected SpringApplicationBuilder configure(SpringApplicationBuilder builder) {
        return builder.sources(appController.class);
    }
}

測試:

新建indexController

如何在springboot項目中啟動main函數

新建proController類

如何在springboot項目中啟動main函數

啟動appController類中的main函數

瀏覽器輸入:localhost:8080/proo

瀏覽器輸入:localhost:8080/index

如何在springboot項目中啟動main函數

如何在springboot項目中啟動main函數

SpringBoot main方法詳解

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

@SpringBootApplication

開啟springboot配置注解 ,項目啟動入口,用來啟動spring容器 , 啟動tomcat , 其他包必須與此類在同級目錄或者子包下

如何在springboot項目中啟動main函數

讀到這里,這篇“如何在springboot項目中啟動main函數”文章已經介紹完畢,想要掌握這篇文章的知識點還需要大家自己動手實踐使用過才能領會,如果想了解更多相關內容的文章,歡迎關注億速云行業資訊頻道。

向AI問一下細節

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

AI

庆云县| 纳雍县| 睢宁县| 沂南县| 水富县| 夏津县| 固阳县| 元谋县| 建始县| 邢台县| 洛南县| 鹰潭市| 武邑县| 贵港市| 凌海市| 安远县| 柞水县| 礼泉县| 浦东新区| 屏东市| 崇信县| 通江县| 门源| 长春市| 新建县| 富宁县| 大邑县| 高陵县| 承德县| 南宫市| 苗栗市| 衡南县| 临夏市| 沙湾县| 永济市| 靖边县| 进贤县| 崇明县| 九寨沟县| 红安县| 北京市|