修改模块的 fat jar 打包方式

This commit is contained in:
chenbowen
2025-09-15 21:55:31 +08:00
parent 4b15a22185
commit 7e001d124d
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
@Tag(name = "管理后台 - Base")
@RestController
@RequestMapping("/admin/base/base")
public class BaseController {
public class BaseTestController {
@GetMapping("/hello")
@Operation(summary = "Hello Base")