# mybatis-plus-generator-demo **Repository Path**: Squirrel_Aha/mybatis-plus-generator-demo ## Basic Information - **Project Name**: mybatis-plus-generator-demo - **Description**: mybatis-plus-generator demo,基于Spring Boot、Mybatis-Plus、Docker ,可以生成完整的crud接口,不用写一行代码,开箱即用。 使用的java相关工具包括Freemarker、ACTable、FlyWay、苞米豆的dynamic-datasource-spring-boot-starter等 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/Squirrel_Aha - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2021-05-18 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: MyBatis, SpringBoot, Docker, ACTable, FlyWay ## README # mybatis-plus-generator-demo #### 介绍 mybatis-plus-generator demo,基于Spring Boot、Mybatis-Plus、Docker ,可以生成完整的crud接口,不用写一行代码,开箱即用。 使用的java相关工具包括Freemarker、ACTable、FlyWay、苞米豆的dynamic-datasource-spring-boot-starter等 #### 使用说明 1. 修改com.tdk.mybatisplus.demo.CodeGenerator数据源、作者等配置,运行com.tdk.mybatisplus.demo.CodeGenerator 2. 修改\src\main\resources\application.yml数据源配置 3. 在不改端口的情况下,启动项目,访问http://localhost:8080/swagger-ui.html,即可测试接口 4. 修改工程包名需要修改myController.java.ftl,将以下导包修改称自己的包名 import com.tdk.mybatisplus.demo.common.entity.Query; import com.tdk.mybatisplus.demo.common.entity.Result; #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)