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

溫馨提示×

溫馨提示×

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

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

IDEA如何進行搭建springBoot

發布時間:2020-10-28 20:29:05 來源:億速云 閱讀:191 作者:Leah 欄目:開發技術

IDEA如何進行搭建springBoot?針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

1.先在IDEA配置maven

IDEA如何進行搭建springBoot

maven下載和配置可以看https://blog.csdn.net/qq_41150890/article/details/108086369

2.新建maven項目

IDEA如何進行搭建springBoot
IDEA如何進行搭建springBoot

3.在pom.xml加入springBoot依賴

IDEA如何進行搭建springBoot

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.5.9.RELEASE</version>
  </parent>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
  </dependencies>

4.創建類(用來啟動項目),寫如下代碼

IDEA如何進行搭建springBoot

package xiaoliu;

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

@SpringBootApplication
public class SpringApplicationTest {
  public static void main(String[] args) {

    //啟動spring應用
    SpringApplication.run(SpringApplicationTest.class,args);

  }
}

5.創建Controller 寫代碼如下

IDEA如何進行搭建springBoot

5.運行

IDEA如何進行搭建springBoot
IDEA如何進行搭建springBoot

6.訪問項目

在頁面中輸入http://localhost:8080/hello 即可訪問項目。

IDEA如何進行搭建springBoot

可以用idea 打包 成jar
然后用 java -jar hello.jar 運行springboot 項目
springboot中已經自帶了tomcat,所以可以沒有tomcat環境

關于IDEA如何進行搭建springBoot問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。

向AI問一下細節

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

AI

伊宁市| 璧山县| 平山县| 阿荣旗| 玉溪市| 昂仁县| 常德市| 寿光市| 库尔勒市| 尼玛县| 惠东县| 乐安县| 缙云县| 景泰县| 泰安市| 赤水市| 丹东市| 克拉玛依市| 平乐县| 佛坪县| 左云县| 交口县| 承德县| 北川| 泾阳县| 喀什市| 柯坪县| 东莞市| 错那县| 年辖:市辖区| 靖边县| 祁东县| 绥化市| 日喀则市| 大邑县| 大同县| 商水县| 石柱| 浦江县| 普宁市| 新平|