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

SpringBoot不适用继承的方式

时间:2018-03-10 01:25:45      阅读:373      评论:0      收藏:0      [点我收藏+]

标签:end   技术分享   pen   继承   ring   9.png   alt   org   pre   

如果pom已经继承了另外一个模块,不能在继承springboot的parent的时候可以这样解决

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-dependencies</artifactId>
    <version>2.0.0.RELEASE</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

  技术分享图片

 

SpringBoot不适用继承的方式

标签:end   技术分享   pen   继承   ring   9.png   alt   org   pre   

原文地址:https://www.cnblogs.com/ldwnana/p/8536961.html

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