feat 同步脚手架代码, 更新数据库脚本和内容

This commit is contained in:
daxpay
2025-05-07 17:58:29 +08:00
parent a9153aa61a
commit 81479301f0
17 changed files with 64 additions and 273 deletions

View File

@@ -222,7 +222,7 @@ public class PermPathSyncService {
.stream()
.filter(pathKey -> {
HandlerMethod handlerMethod = map.get(pathKey);
return Objects.nonNull(handlerMethod.getMethodAnnotation(cn.bootx.platform.core.annotation.RequestPath.class))
return Objects.nonNull(handlerMethod.getMethodAnnotation(RequestPath.class))
&&Objects.nonNull(handlerMethod.getBeanType().getAnnotation(RequestGroup.class));
}).toList();