GithubHelp home page GithubHelp logo

web-logs2 / maku-generator-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wuchunfu/maku-generator

0.0 0.0 0.0 8.61 MB

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

Home Page: https://maku.net

License: MIT License

JavaScript 0.74% Java 40.32% TypeScript 4.56% CSS 0.05% HTML 0.34% PLSQL 6.14% Vue 21.49% FreeMarker 24.76% SCSS 1.60%

maku-generator-1's Introduction

项目说明

项目特点

  • 友好的代码结构及注释,便于阅读及二次开发
  • 支持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.0.1</version>
</dependency>

交流和反馈

微信交流群

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

输入图片说明

支持

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

效果图

输入图片说明

输入图片说明

输入图片说明

输入图片说明

maku-generator-1's People

Contributors

ibabamu avatar t-open avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.