Rename module to spring-boot-openapi, also add maven wrapper in root
This commit is contained in:
committed by
akuksin
parent
8b5e2ce3a4
commit
507ff901b4
19
spring-boot/spring-boot-openapi/pom.xml
Normal file
19
spring-boot/spring-boot-openapi/pom.xml
Normal 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>
|
||||
Reference in New Issue
Block a user