一、搭建springboot项目有两种方式 1、继承springboot项目
org.springframework.boot spring-boot-starter-parent 2.0.4.RELEASE
2、实际中有时候不想以springboot作为父类,可以换另外一种方式添加springboot依赖
org.springframework.boot spring-boot-dependencies 2.0.4.RELEASE pom import
本文共 568 字,大约阅读时间需要 1 分钟。
一、搭建springboot项目有两种方式 1、继承springboot项目
org.springframework.boot spring-boot-starter-parent 2.0.4.RELEASE
2、实际中有时候不想以springboot作为父类,可以换另外一种方式添加springboot依赖
org.springframework.boot spring-boot-dependencies 2.0.4.RELEASE pom import
转载于:https://www.cnblogs.com/yw-ah/p/9857038.html