當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
入门案例Maven搭建SpringBoot工程
生活随笔
收集整理的這篇文章主要介紹了
入门案例Maven搭建SpringBoot工程
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一、引入依賴
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><groupId>com.william</groupId><artifactId>day01_springboot_helloworld</artifactId><version>1.0-SNAPSHOT</version><properties><maven.compiler.source>1.8</maven.compiler.source><maven.compiler.target>1.8</maven.compiler.target></properties><!--配置起步父依賴--><parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.1.6.RELEASE</version></parent><dependencies><!--web開發的起步依賴--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency></dependencies></project>二、DemoApplication
package com.william;import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;/*** @author :lijunxuan* @date :Created in 2019/6/27 16:34* @description :* @version: 1.0*//*** SpringBootApplication* 代表當前類是一個SpringBoot的啟動引導類*/ @SpringBootApplication public class DemoApplication {public static void main(String[] args) {// SpringApplication.run啟動當前的Spring應用//第一個參數:當前類的字節碼文件//第二個參數:主函數的參數SpringApplication.run(DemoApplication.class,args);} }三、controller
package com.william.controller;import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController;/*** @author :lijunxuan* @date :Created in 2019/6/27 16:45* @description :* @version: 1.0*/ @RestController public class HelloController {@RequestMapping("/hello")public String hello() {return "hello World";} }四、目錄結構
五、測試結果
總結
以上是生活随笔為你收集整理的入门案例Maven搭建SpringBoot工程的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 电脑模拟王者荣耀脚本(王者荣耀游戏脚本)
- 下一篇: 航世蓝牙键盘怎么配对电脑(航世蓝牙键盘使