码迷,mamicode.com
首页 > 编程语言 > 详细

springboot-

时间:2020-01-04 12:48:48      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:spring   framework   web   dep   relative   pid   lookup   运行   ram   

导入springboot-依赖

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>

简化部署:
导入
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
将项目打成jar包,doc窗口运行 java -jar

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.9.RELEASE</version>
<relativePath>../../spring-boot-dependencies</relativePath>
控制着个jar包的版本号


spring-boot将所有的场景抽取出来,做成一个starter启动器,只需要在项目中引入相应的spring-boot-starter
比如:spring-boot-starter-web







springboot-

标签:spring   framework   web   dep   relative   pid   lookup   运行   ram   

原文地址:https://www.cnblogs.com/zj-xu/p/12148354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!