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

springboot

时间:2019-04-09 18:51:47      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:pen   rop   code   boot   scope   type   from   parent   ali   

1、
<properties>
    <spring-boot.version>2.0.5.RELEASE</spring-boot.version>
<dubbo.version>0.2.0</dubbo.version>
</properties>

<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-actuator</artifactId>
<version>${dubbo.version}</version>
</dependency>

2、
<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.0.5.RELEASE</version>
</parent>

<dependencies>
    <dependency>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
</dependencies>

 

springboot

标签:pen   rop   code   boot   scope   type   from   parent   ali   

原文地址:https://www.cnblogs.com/gendway/p/10678506.html

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