# JimmerZ **Repository Path**: zz148432/JimmerZ ## Basic Information - **Project Name**: JimmerZ - **Description**: idea插件,代码生成器,jimmer、springboot、lombok - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-04 - **Last Updated**: 2026-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IDEA代码生成插件 > 相关代码依赖springboot、jimmer、lombok、easyexcel ## Plugin structure 结构: ``` . ├── .run/ Predefined Run/Debug Configurations ├── build/ Output build directory ├── gradle │ ├── wrapper/ Gradle Wrapper ├── src Plugin sources │ ├── main │ │ ├── java/ Java production sources │ │ └── resources/ Resources - plugin.xml, icons, messages, ftl files ├── .gitignore Git ignoring rules ├── build.gradle.kts Gradle build configuration ├── gradle.properties Gradle configuration properties ├── gradlew *nix Gradle Wrapper script ├── gradlew.bat Windows Gradle Wrapper script ├── README.md README └── settings.gradle.kts Gradle project settings ```