# mldong-goframe **Repository Path**: xhq192/mldong-goframe ## Basic Information - **Project Name**: mldong-goframe - **Description**: mldong-goframe 是一个基于 Go 语言的高效、轻量级框架,专注于提升开发效率与代码质量,适用于快速构建web应用。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2025-07-11 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mldong-goframe 快速开发框架 mldong-goframe 是一个基于 Go 语言的高效、轻量级框架,专注于提升开发效率与代码质量,适用于快速构建web应用。 ## 说明 本框架仅适配[vben5版前端](https://gitee.com/mldong/mldong-vben5)前端工程的接口,不包括工作流模块。目前还在不断迭代完善中,仅供学习使用。 ## 快速开始 1. 安装依赖 ```bash go mod tidy ``` 2. 运行 ```bash go run main.go ``` 3. 访问 `http://localhost:18080/swagger` ## 相关项目 - [SpringBoot2.x 版本](https://gitee.com/mldong/mldong) - [SpringBoot3.x 版本](https://gitee.com/mldong/mldong/tree/boot3/) - [前端工程](https://gitee.com/mldong/mldong-vue) - [vben5版前端](https://gitee.com/mldong/mldong-vben5) - [演示地址-旧版](https://www.mldong.com/?nav=onlinedemo-0) - [演示地址-pro版](https://www.mldong.com/?nav=onlinedemo-10) - [文档地址](https://doc.mldong.com/) - [文档地址-pro版](https://doc.mldong.com/mldong/front-pro/pro-explain.html) - [Flask版后端](https://gitee.com/mldong666/mldong-python) ## 代码生成 ### 帮助 ```bash go run main.go gen --help ``` ```text Go Frame Version: v2.9.0 USAGE gen -t sys_user gen -t sys_role -c 1 gen -t sys_role -m sys ``` ### 生成指定表-不覆盖 ```bash go run main.go gen -t sys_role ``` ### 生成指定表-覆盖 ```bash go run main.go gen -t sys_role -c 1 ``` ### 生成指定表指定模块 ```bash go run main.go gen -t sys_role -m sys ```