BAEL-20864 Move Spring Boot Custom Starter Module

This commit is contained in:
mikr
2020-01-28 13:26:07 +01:00
parent 288ecf151c
commit 4aa1b13a62
25 changed files with 15 additions and 16 deletions
@@ -0,0 +1,16 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>greeter-library</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>greeter-library</name>
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-custom-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>