# nutzwk-plugin **Repository Path**: gaoslSource/nutzwk-plugin ## Basic Information - **Project Name**: nutzwk-plugin - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-01 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nutzwk-plugin nutzwk的idea intellij 的MVC代码生成插件 ## 使用方法 ### 下载安装插件 - [github下载](nutzwk-plugin.jar) - IDEA插件库下载 ### 依赖[nutzwk-code-generator](https://github.com/enilu/nutzwk-code-generator) 在自己的项目中添加依赖 ``` cn.enilu.tools nutzwk-code-generator 1.2 ``` ### 用法 - 打开要生成model类,在代码中右键打开“Generate...”,选择“nutzwk mvc” - 在弹出窗口选择“ok”按钮即可,即可在相应位置生成代码 ![使用界面](ui.png) **注意** - 没错,这个插件,其实就是给nutzwk-code-generator增加个配置界面而已^_^ - 需要依赖最新版的nutzwk-code-generator项目