Skip to content

Instantly share code, notes, and snippets.

View Carroll8686's full-sized avatar
💭
available

Carroll8686

💭
available
View GitHub Profile
@yusiwen
yusiwen / spring-boot-starter-parent.pom
Created March 25, 2020 14:20
[spring-boot-starter-parent.pom] #spring-boot #maven #pom
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.5.RELEASE</version>