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...
无侵入:Mybatis-Plus 在 Mybatis 的基础上进行扩展,只做增强不做改变,引入 Mybatis-Plus 不会对您现有的 Mybatis 构架产生任何影响,而且 MP 支持所有 Mybatis 原生的特性 依赖少:仅仅依赖 Mybatis 以及 Mybatis-Spring 损耗小:启动即会自动注入基本CURD,性能基本无损耗,直接面向对象操作 ...
提供交互式的Web UI用于生成兼容mybatis-plus框架的相关功能代码,包括Entity,Mapper,Mapper.xml,Service,Controller等 ,可以自定义模板以及各类输出参数,也可通过SQL查询语句直接生成代码。 使用方法 引入maven的相关依赖,注意scope只需要写test就可以了 <dependency> <groupId>com.github.davidfantasy</groupId> <artifac...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
basePackage("com.github.davidfantasy.mybatisplustools.example") .port(8068) .build(); MybatisPlusToolsApplication.run(config); } } 运行该启动类,启动一个Generator Server。然后访问http://localhost:8068(端口是可配置的)即可进入到管理界面。 GeneratorConfig还包含一些基本的配置参数以及各个可扩展的接口,...
Contribute to nullbull/mybatis-plusdemo development by creating an account on GitHub.
GitHub地址:https://github.com/aitangbao/springboot-manager 开发文档&项目演示 开发文档:开发文档wiki 演示地址:springboot-manager 账号密码:guest/123456 代码结构 ├─main │ ├─java │ │ └─com │ │ └─company │ │ └─project │ │ ├─CompanyProjectApplication.java 项目启动类 │ │ ├...
94 forks Report repository Releases No releases published Packages No packages published Contributors 9 Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
File tree .github/ISSUE_TEMPLATE feature_request.yml 1 file changed +1 -1lines changed .github/ISSUE_TEMPLATE/feature_request.yml +1-1Lines changed: 1 addition & 1 deletion Original file line numberDiff line numberDiff line change @@ -17,7 +17,7 @@ body: 17 17 required: true ...