916 Star 10.6K Fork 3.7K

MAKU / maku-generator

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

项目说明

项目特点

  • 友好的代码结构及注释,便于阅读及二次开发
  • 支持spring boot starter,能很方便集成到第三方项目
  • 支持通过配置数据源,快速生成CRUD代码,减少重复工作
  • 支持MySQL、Oracle、SQLServer、PostgreSQL、达梦8、人大金仓等主流的数据库
  • 支持第三方Java项目包名修改,修改包名变得简单快速
  • 支持批量导入表、批量生成代码以及同步表结构等功能

本地启动

  • 通过git下载源码
  • 如使用MySQL8.0(其他数据库类似),则创建数据库maku_generator,数据库编码为utf8mb4
  • 执行db/mysql.sql文件,初始化数据
  • 修改application.yml,更新MySQL账号和密码、数据库名称
  • 运行GeneratorApplication.java,则可启动项目
  • 项目访问路径:http://localhost:8088/maku-generator/index.html

maven依赖引入

SpringBoot 2.x,依赖如下:


<dependency>
    <groupId>net.maku</groupId>
    <artifactId>maku-generator-boot-starter</artifactId>
    <version>2.1.1</version>
</dependency>

SpringBoot 3.x,依赖如下:


<dependency>
    <groupId>net.maku</groupId>
    <artifactId>maku-generator-boot-starter</artifactId>
    <version>3.1.0</version>
</dependency>

微信交流群

为了更好的交流,我们新提供了微信交流群,需扫描下面的二维码,关注公众号,回复【加群】,根据提示信息,作者会拉你进群的,感谢配合!

输入图片说明

开源汇总

支持

如果觉得框架还不错,或者已经在使用了,希望你可以去 GithubGitee 帮作者点个 ⭐ Star,这将是对作者极大的鼓励与支持。

效果图

输入图片说明

输入图片说明

输入图片说明

输入图片说明

MIT License Copyright (c) 2022 MAKU Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

一款低代码生成器,可根据自定义模板内容,快速生成代码,实现项目的快速开发、上线,减少重复的代码编写,开发人员只需专注业务逻辑即可。 expand collapse
Cancel

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/makunet/maku-generator.git
git@gitee.com:makunet/maku-generator.git
makunet
maku-generator
maku-generator
master

Search

14c37bed 8189591 565d56ea 8189591