GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
MyBatis-Plus is a powerful and enhanced toolkit of MyBatis for simplifying development. It provides efficient, and out-of-the-box features (such as code generation, conditional query builders, pagination plugins...), effectively saving development time...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
提供交互式的Web UI用于生成兼容mybatis-plus框架的相关功能代码,包括Entity,Mapper,Mapper.xml,Service,Controller等 ,可以自定义模板以及各类输出参数,也可通过SQL查询语句直接生成代码。 使用方法 引入maven的相关依赖,注意scope只需要写test就可以了 <dependency> <groupId>com.github.davidfantasy</groupId> <artifac...
Contribute to nullbull/mybatis-plusdemo development by creating an account on GitHub.
basePackage("com.github.davidfantasy.mybatisplustools.example") .port(8068) .build(); MybatisPlusToolsApplication.run(config); } } 运行该启动类,启动一个Generator Server。然后访问http://localhost:8068(端口是可配置的)即可进入到管理界面。 GeneratorConfig还包含一些基本的配置参数以及各个可扩展的接口,...
Gitee Plugin(我使用的是从gitee上拉取文件,你如果使用的GitHub就不用这个了) Git plugin 到码云官方网站个人设置中申请一个私人令牌 系统管理-系统配置: 系统管理-全局工具配置: 新建一个自由风格的项目: Jenkins服务器上创建一个jenkins账号:useradd jenkins,切换账号su jenkins,并生成公钥和私钥:ssh-keygen -t ...
GitHub地址:https://github.com/aitangbao/springboot-manager 开发文档&项目演示 开发文档:开发文档wiki 演示地址:springboot-manager 账号密码:guest/123456 代码结构 ├─main │ ├─java │ │ └─com │ │ └─company │ │ └─project │ │ ├─CompanyProjectApplication.java 项目启动类 │ │ ├...
mall-tiny是一款基于SpringBoot+MyBatis-Plus的快速开发脚手架,拥有完整的权限管理功能,可对接Vue前端,开箱即用。 项目演示 mall-tiny项目可无缝对接mall-admin-web前端项目,秒变权限管理系统。前端项目地址:https://github.com/macrozheng/mall-admin-web
main/java/com/baomidou/mybatisplus/extension/ddl DdlHelper.java history IDdlGenerator.java PostgreDdlGenerator.java test java/com/baomidou/mybatisplus/test DdlHelperTest.java resources/ddl test.sql 7 files changed +232 -14lines changed .gitignore +1Lines changed: 1 addition & 0 deletions ...