pom.xml 640 B

123456789101112131415161718
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <parent>
  4. <artifactId>fs4a</artifactId>
  5. <groupId>com.fs4a</groupId>
  6. <version>1.0.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <groupId>com.fs4a.middleware</groupId>
  10. <artifactId>fs4a-middleware</artifactId>
  11. <packaging>pom</packaging>
  12. <description> fs4a注册中心 </description>
  13. <modules>
  14. <module>fs4a-nacos-register</module>
  15. </modules>
  16. </project>