nutzboot/nutzboot-demo/nutzboot-demo-feign/pom.xml
2020-04-27 13:52:36 +08:00

15 lines
593 B
XML

<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.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.4.1-SNAPSHOT</version>
</parent>
<artifactId>nutzboot-demo-feign</artifactId>
<packaging>pom</packaging>
<modules>
<module>nutzboot-demo-feign-service</module>
<module>nutzboot-demo-feign-client-json</module>
</modules>
</project>