From 898cd0c3094d3a81b3867442d033c5688233e095 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 25 Aug 2026 15:40:45 +0800 Subject: [PATCH] 1 --- jeecg-boot/CLAUDE.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/jeecg-boot/CLAUDE.md b/jeecg-boot/CLAUDE.md index 80417fb40..891abe940 100644 --- a/jeecg-boot/CLAUDE.md +++ b/jeecg-boot/CLAUDE.md @@ -100,20 +100,6 @@ Optional microservices modules (activated via `-P SpringCloud`): **Monolithic ↔ Microservices switch:** The `jeecg-system-api` module has two implementations (`local-api` for direct calls, `cloud-api` for Feign). Switching is done by changing the dependency in the startup module, not by modifying business code. -**代码修改痕迹日志:** 所有新增或修改的代码块必须用 `update-begin` / `update-end` 注释包裹,格式如下: - -```java -//update-begin---author:作者 ---date:YYYY-MM-DD for:【bug号/需求号】修改说明----------- -// 新增或修改的代码 -//update-end---author:作者 ---date:YYYY-MM-DD for:【bug号/需求号】修改说明----------- -``` - -规则: -- `author` 填实际修改人,`date` 填修改日期(格式 `YYYY-MM-DD`),`for` 填 bug 号或需求号 + 简要说明 -- 新增方法:`update-begin` 放在方法声明前,`update-end` 放在方法结束 `}` 后 -- 修改已有方法中的代码:`update-begin` / `update-end` 只包裹被修改的代码段,不包裹整个方法 -- 用户未提供 bug 号时,需要主动询问 - ## Database **Supported:** MySQL 8.0+ (default), PostgreSQL, Oracle 11g+, SQL Server 2017+, MariaDB, DM8 (达梦), KingBase ES. Database-specific configs are in `application-{dbtype}.yml` profiles.