reactor:移除 mall-product 的 api 包

This commit is contained in:
YunaiV 2025-05-17 10:18:33 +08:00
parent 86f88ea590
commit 5f6d0b3b19
151 changed files with 19 additions and 61 deletions

View File

@ -20,8 +20,7 @@
<modules> <modules>
<module>yudao-module-promotion-api</module> <module>yudao-module-promotion-api</module>
<module>yudao-module-promotion-biz</module> <module>yudao-module-promotion-biz</module>
<module>yudao-module-product-api</module> <module>yudao-module-product</module>
<module>yudao-module-product-biz</module>
<module>yudao-module-trade-api</module> <module>yudao-module-trade-api</module>
<module>yudao-module-trade-biz</module> <module>yudao-module-trade-biz</module>
<module>yudao-module-statistics-api</module> <module>yudao-module-statistics-api</module>

View File

@ -1,34 +0,0 @@
<?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.iocoder.boot</groupId>
<artifactId>yudao-module-mall</artifactId>
<version>${revision}</version>
</parent>
<artifactId>yudao-module-product-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>
product 模块 API暴露给其它模块调用
</description>
<dependencies>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-common</artifactId>
</dependency>
<!-- 参数校验 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

View File

@ -1,4 +0,0 @@
/**
* 占位
*/
package cn.iocoder.yudao.module.product.api;

View File

@ -8,7 +8,7 @@
<version>${revision}</version> <version>${revision}</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-product-biz</artifactId> <artifactId>yudao-module-product</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
@ -20,12 +20,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>cn.iocoder.boot</groupId> <groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-product-api</artifactId> <artifactId>yudao-module-member</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-member-api</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>

View File

@ -0,0 +1,4 @@
/**
* product API 定义并实现提供给其它模块的 API
*/
package cn.iocoder.yudao.module.product.api;

Some files were not shown because too many files have changed in this diff Show More