GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
mpp: entityBasePath: com.github.jeffreyning.mybatisplus.demo.entity 配置文件中加入ognl执行java静态方法的类加载默认路径,多个路径用逗号分隔(1.7.0此配置已经删除) mpp: utilBasePath: com.github.jeffreyning.mybatisplus.demo.common xml文件中引入自动生成的resultMap & xml中使用省略包名调用静态方法(1.7.0省...
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没看到支持Caché数据库,Caché是医疗行业主流数据库,希望能加入支持 #6644 opened Dec 26, 2024 by iskyshop 3 tasks done 1 [错误报告]: Oracle数据库IllegalSQLInnerInterceptor被拦截未使用索引 #6597 opened Nov 21, 2024 by ToutatisGc 3 tasks done 1 [功能改进...
提供交互式的Web UI用于生成兼容mybatis-plus框架的相关功能代码,包括Entity,Mapper,Mapper.xml,Service,Controller等 ,可以自定义模板以及各类输出参数,也可通过SQL查询语句直接生成代码。 使用方法 引入maven的相关依赖,注意scope只需要写test就可以了 <dependency> <groupId>com.github.davidfantasy</groupId> <artifac...
src/main/java/com/github/jeffreyning/mybatisplus/ognl/NhOgnlClassResolver.java +2-1 Original file line numberDiff line numberDiff line change @@ -1,5 +1,6 @@ 11 packagecom.github.jeffreyning.mybatisplus.ognl; 22 3+ importorg.apache.ibatis.ognl.OgnlContext; ...
basePackage("com.github.davidfantasy.mybatisplustools.example") .port(8068) .build(); MybatisPlusToolsApplication.run(config); } } 运行该启动类,启动一个Generator Server。然后访问http://localhost:8068(端口是可配置的)即可进入到管理界面。 GeneratorConfig还包含一些基本的配置参数以及各个可扩展的接口,...
basePackage("com.github.davidfantasy.mybatisplustools.example") .port(8068) .build(); MybatisPlusToolsApplication.run(config); } } 运行该启动类,启动一个Generator Server。然后访问http://localhost:8068(端口是可配置的)即可进入到管理界面。 GeneratorConfig还包含一些基本的配置参数以及各个可扩展的接口,...
.github mybatis-plus-annotation mybatis-plus-boot-starter mybatis-plus-core mybatis-plus-extension mybatis-plus-generator mybatis-plus .editorconfig .gitignore CHANGELOG.md LICENSE MPCodeStyle.xml README.md build.gradle gradle.properties settings.gradle Repository files navigat...