GithubHelp home page GithubHelp logo

generation_for_springboot_single's Introduction

本项目是针对springboot模块开发项目框架的代码自动生成器

使用注意:

使用方法:
1、首先需要创建自己的多模块项目,包括五个模块,common、domain、dao、service、web即可

2、然后使用本工具中的Config.java类中设置项目相关的常量;
3、在JDBC.java类中进行数据库配置;
4、在Main.java类中的maps集合中定义数据库中对应的表名;
5、运行Main.java的main方法,就能生成相应的代码;

生成代码说明:会根据数据表名生成对应的
1、po:与数据表对应的实体
2、condition:查询条件封装类(自动剔除了date、datetime类型的字段)
3、form:提交数据的封装类
4、vo:返回给前端的数据封装类
5、mapper、service、controller:整个三层业务逻辑增删改查的模板代码

generation_for_springboot_single's People

Contributors

liyuan837 avatar

Watchers

 avatar  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.