mybatis-generator-plugin icon indicating copy to clipboard operation
mybatis-generator-plugin copied to clipboard

Mybatis Generator 代码生成插件拓展,增加:查询单条数据插件(SelectOneByExamplePlugin)、MySQL分页插件(LimitPlugin)、数据Model链式构建插件(ModelBuilderPlugin)、Example Criteria 增强插件(ExampleEnh...

Results 45 mybatis-generator-plugin issues
Sort by recently updated
recently updated
newest added

希望增加BaseMapper,BaseEntity 这种继承

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

on duplicate key update后面的字段是 name = name,而不是name = values(name),变成了存在不更新

```java @Test public void genInformation() throws Exception { List warnings = new ArrayList(2); ConfigurationParser cp = new ConfigurationParser(warnings); File configFile = ResourceUtils.getFile("classpath:generatorConfig-information.xml"); Configuration config = cp.parseConfiguration(configFile); DefaultShellCallback callback = new...

I installed the mybatis generator plugin in Eclipse, the release information of eclipse listed as below: Eclipse IDE for Enterprise Java Developers. Version: 2020-03 (4.15.0) Build id: 20200313-1211 Plugin details...