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

溫馨提示×

溫馨提示×

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

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

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

汉川市| 宣威市| 陇南市| 兴山县| 北川| 锦屏县| 长沙市| 晴隆县| 平度市| 五常市| 筠连县| 上杭县| 黔南| 焦作市| 呼图壁县| 南陵县| 武汉市| 高阳县| 邓州市| 南丹县| 眉山市| 故城县| 土默特右旗| 茶陵县| 张家界市| 武冈市| 临澧县| 潮州市| 灵山县| 瑞丽市| 乐业县| 嘉黎县| 石门县| 全椒县| 高邑县| 宕昌县| 扶绥县| 永安市| 尚义县| 丁青县| 弋阳县|