修改模块的 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("/base")
public class BaseController {
public class BaseTestController {
@GetMapping("/hello")
@Operation(summary = "Hello base")

View File

@@ -104,7 +104,7 @@ xxl:
yudao:
info:
version: 1.0.0
base-package: cn.iocoder.yudao.module
base-package: cn.iocoder.yudao
web:
admin-ui:
url: http://dashboard.yudao.iocoder.cn # Admin 管理后台 UI 的地址