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

@@ -25,12 +25,12 @@
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-product-api</artifactId>
<artifactId>yudao-module-product</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-pay-api</artifactId>
<artifactId>yudao-module-pay</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
@@ -40,12 +40,12 @@
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-member-api</artifactId>
<artifactId>yudao-module-member</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-system-api</artifactId>
<artifactId>yudao-module-system</artifactId>
<version>${revision}</version>
</dependency>

View File

@@ -21,7 +21,6 @@ import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;