summaryrefslogtreecommitdiff
path: root/spring-boot/01-quick-start/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spring-boot/01-quick-start/pom.xml')
-rw-r--r--spring-boot/01-quick-start/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/spring-boot/01-quick-start/pom.xml b/spring-boot/01-quick-start/pom.xml
new file mode 100644
index 0000000..d39a6e5
--- /dev/null
+++ b/spring-boot/01-quick-start/pom.xml
@@ -0,0 +1,15 @@
+<?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://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>com.example.spring.boot</groupId>
+ <artifactId>base-config</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../00-config</relativePath>
+ </parent>
+
+ <artifactId>quick-start</artifactId>
+
+</project>