Files
aivfo-framework/module/aivfo-doc-spring-boot/pom.xml
T
2023-05-16 23:07:03 +08:00

19 lines
866 B
XML

<?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">
<parent>
<artifactId>aivfo-model-parent</artifactId>
<groupId>com.aivfo</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../ability/aivfo-framework-build/aivfo-project-build/aivfo-model-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>aivfo-doc-spring-boot</artifactId>
<packaging>pom</packaging>
<modules>
<module>aivfo-doc-spring-boot-autoconfigure</module>
<module>aivfo-doc-spring-boot-start</module>
<module>aivfo-doc-spring-boot-core</module>
</modules>
</project>