# curd-foundation **Repository Path**: flyelf/curd-foundation ## Basic Information - **Project Name**: curd-foundation - **Description**: 支持CURD开发的基础支撑 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-08 - **Last Updated**: 2026-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 调试curd-foundation-lombok ```shell # 启动编译 ./gradlew clean compileJava ``` 启动调试 ```shell ./gradlew clean :curd-foundation-lombok-test:compileJava --no-build-cache ```