Git Product home page Git Product logo

codegen's Introduction

Java代码生成器

介绍

这是一个基于数据库表
基于springboot的 生成代码的代码生成器,生成结构
包括xml,dao,service,controller,vue页面代码,
完全按照 REST 增删改查风格,
没有业务逻辑,只有单表的增删改查,分页,
需要其他功能可以自己改

步骤

1,下载代码至本地,修改本地数据库链接
2,本地数据建表,必须有主键 ID,自增长 逻辑删除字段 delete_status
每个字段注释即是 生成VUE页面的table表头
3, 项目跑起来 本地访问 http://localhost:8763/generator/code?tablename=表名

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.