Rename module to spring-boot-openapi, also add maven wrapper in root

This commit is contained in:
Petros Stergioulas
2020-02-11 20:59:00 +01:00
committed by akuksin
parent 8b5e2ce3a4
commit 507ff901b4
25 changed files with 2403 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>io.reflectoring</groupId>
<artifactId>spring-boot-openapi</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>app</module>
<module>specification</module>
</modules>
</project>