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

溫馨提示×

溫馨提示×

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

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

怎么在idea中創建Spring Boot項目

發布時間:2021-05-25 16:33:13 來源:億速云 閱讀:161 作者:Leah 欄目:編程語言

這篇文章將為大家詳細講解有關怎么在idea中創建Spring Boot項目,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。

 一、操作步驟

①使用idea新建一個Spring Boot項目

②修改pom.xml

③修改application.properties

④修改編寫一個Hello Spring Boot的Controller

⑤啟動項目訪問

二、詳細步驟

1、File-->New-->Project

怎么在idea中創建Spring Boot項目

2、選擇Spring Initializr 然后Next

怎么在idea中創建Spring Boot項目

3、輸入Artiface 然后Next

怎么在idea中創建Spring Boot項目

4、勾選Web 、模版我們選擇官方推薦的Thymeleaf模版引擎,其他框架、中間件、數據庫根據需要選擇即可,而且無需我們手動去添加配置文件等,選擇完成后Next

怎么在idea中創建Spring Boot項目

選擇模版引擎

怎么在idea中創建Spring Boot項目

怎么在idea中創建Spring Boot項目

5、Finish即可

怎么在idea中創建Spring Boot項目

6、查看Spring Boot項目結構目錄

怎么在idea中創建Spring Boot項目

7、在pom.xml添加如下內容

注意:如果新建項目時選擇了依賴的mybatis、mongodb之類的啟動時候會報錯,由于沒配置數據源及mongodb的連接信息,此時如果只是想測試項目是否搭建成功先注釋即可

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.0.1.RELEASE</version>
    <relativePath/> <!-- lookup parent from repository -->
  </parent>
 
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <java.version>1.8</java.version>
  </properties>
 
  <dependencies>
    <!--<dependency>-->
      <!--<groupId>org.springframework.boot</groupId>-->
      <!--<artifactId>spring-boot-starter-data-mongodb</artifactId>-->
    <!--</dependency>-->
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-thymeleaf</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
    <!--<dependency>-->
      <!--<groupId>org.mybatis.spring.boot</groupId>-->
      <!--<artifactId>mybatis-spring-boot-starter</artifactId>-->
      <!--<version>1.3.2</version>-->
    <!--</dependency>-->
 
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

怎么在idea中創建Spring Boot項目

8、編寫Hello Spring Boot的Controller

package com.example.bootopen.com;
 
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
@RestController
public class HelloSpringBootController {
 
  @RequestMapping("/hello")
  public String hello() {
    return "Hello Spring Boot";
  }
}

怎么在idea中創建Spring Boot項目

9、修改配置文件 application.properties

注意:如果只是簡單測試項目只需要添加端口即可,其他數據源、緩存、靜態資源路徑也可以在此配置。

怎么在idea中創建Spring Boot項目

筆者推薦一種配置文件模式:另外新建2個配置文件,一個開發環境,一個線上環境,通過application.properties自由切換

怎么在idea中創建Spring Boot項目

怎么在idea中創建Spring Boot項目

10、啟動項目 選擇Run、Debug啟動

關于@SpringBootApplication注解說明:@SpringBootApplication開啟了Spring的組件掃描和springboot的自動配置功能,相當于將以下三個注解組合在了一起

(1)@Configuration:表名該類使用基于Java的配置,將此類作為配置類

(2)@ComponentScan:啟用注解掃描

(3)@EnableAutoConfiguration:開啟springboot的自動配置功能

怎么在idea中創建Spring Boot項目

怎么在idea中創建Spring Boot項目

怎么在idea中創建Spring Boot項目

訪問項目 http://localhost:8089/hello

怎么在idea中創建Spring Boot項目

關于怎么在idea中創建Spring Boot項目就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

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

AI

惠安县| 襄樊市| 乌拉特后旗| 宜昌市| 卢氏县| 洪湖市| 泰宁县| 科技| 石屏县| 益阳市| 阿克| 凤台县| 凤冈县| 二连浩特市| 扶绥县| 固安县| 临江市| 河南省| 乌兰县| 宿迁市| 定南县| 沅陵县| 上杭县| 商城县| 北流市| 合阳县| 华亭县| 保山市| 清远市| 莱阳市| 白山市| 蒙自县| 金寨县| 牙克石市| 潼南县| 榕江县| 云梦县| 正镶白旗| 大关县| 黑河市| 泸水县|