maven
is me monday
这个作者很懒,什么都没留下…
展开
-
pom.xml配置文件讲解
1,常见标签讲解 <?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://...原创 2019-09-28 10:21:18 · 484 阅读 · 0 评论 -
springboot项目里面父依赖:spring-boot-starter-parent作用讲解
1.发现每个新建的springboot项目都有一个父依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <versio...原创 2019-09-29 16:47:11 · 13643 阅读 · 0 评论 -
maven项目中pom.xml的build中的plugin你真的了解过吗?都是干货
1.看一段pom.xml文件的build <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.4....原创 2019-09-29 19:30:48 · 13044 阅读 · 0 评论