Files
huachuang/nl-module-base/pom.xml
zhouz 67812886de feat:搭建基础模块,新增物流信息、基础分类功能
# Conflicts:
#	nl-gateway/src/main/resources/application-dev.yaml
#	nl-module-infra/nl-module-infra-server/src/main/resources/application-dev.yaml
#	nl-module-lms/nl-module-lms-server/src/main/resources/application-dev.yaml
#	nl-module-lms/nl-module-lms-server/src/main/resources/application-local.yaml
#	nl-module-system/nl-module-system-server/src/main/resources/application-dev.yaml
#	nl-server/src/main/resources/application-dev.yaml
2026-07-16 09:51:03 +08:00

25 lines
798 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.nl.cloud</groupId>
<artifactId>nl</artifactId>
<version>${revision}</version>
</parent>
<artifactId>nl-module-base</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
base 模块下我们放基础的核心业务提供API。
</description>
<modules>
<module>nl-module-base-api</module>
<module>nl-module-base-server</module>
</modules>
</project>