mybatis-plus-generator-ui icon indicating copy to clipboard operation
mybatis-plus-generator-ui copied to clipboard

对mybatis-plus-generator进行封装,通过Web UI快速生成兼容Spring boot,mybatis-plus框架的各类业务代码

Results 57 mybatis-plus-generator-ui issues
Sort by recently updated
recently updated
newest added

### 当前使用版本(必填,否则不予处理) ### 该问题是如何引起的?(确定最新版也有问题再提!!!) ### 重现步骤(如果有就写完整) ### 报错信息

### 当前使用版本(必填,否则不予处理) V2.0.5 看到模板已经支持了,但是没有对应配置项

### 当前使用版本(必填,否则不予处理) 2.0.5 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 生成代码时报错:未捕获的异常:创建IDatabaseQuery实例出现错误: ### 重现步骤(如果有就写完整) 连接的sqlite数据库,springboot版本2.5.14,mybatis-plus-boot-starter版本3.5.1,正常选择了9张表,生成时即报错。 ### 报错信息 [报错日志.txt](https://github.com/davidfantasy/mybatis-plus-generator-ui/files/11979513/default.txt)

com.github.davidfantasy mybatis-plus-generator-ui 2.0.5 使用scope test无法导入包

Bumps [hutool-core](https://github.com/dromara/hutool) from 5.8.12 to 5.8.19. Release notes Sourced from hutool-core's releases. 5.8.19(2023-05-27) 🐣新特性 【db 】 优化HttpRequest.toString()内容打印(issue#3072@Github) 【poi 】 优化Sax方式读取时空白行返回0,修改为返回-1(issue#I6WYF6@Gitee) 【db 】 优化count查询兼容informix(issue#I713XQ@Gitee) 【core 】 去除Opt头部的GPL协议头(pr#995@Gitee) 【core 】 邮箱校验添加对中文的支持(pr#997@Gitee) 【core...

dependencies
java

我想生成, jdbcType="VARCHAR" javaType="String" 这个该怎么操作嗯,平常主要是习惯了,把 jdbcType="VARCHAR" javaType="String" 这些都给展示嗯,我看了现在的代码生成没有展示,想请问一下老哥怎么能处理嗯

### 当前使用版本(必填,否则不予处理) ``` com.github.davidfantasy mybatis-plus-generator-ui 2.0.1 test ``` ### 该问题是如何引起的?(确定最新版也有问题再提!!!) ### 重现步骤(如果有就写完整) 看截图 理论上都应该是UserInfoService ,UserInfoController 。 ### 报错信息 ![image](https://user-images.githubusercontent.com/14304457/234754660-1163e873-19b5-469a-a6fc-5f12cf92ca08.png)

### 当前使用版本(必填,否则不予处理) 1.7.0 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 39行 @Schema(name = "${entity}", description = "$!{table.comment}") ### 重现步骤(如果有就写完整) ### 报错信息 生成如下错误代码 @Schema(name = "User", description = "$!{table.comment}")

### 当前使用版本(必填,否则不予处理) 2.0.1 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 修改了前后端源码 重新编译前端报错 ### 重现步骤(如果有就写完整) ### 报错信息 前端资源编译错误 Error: Command failed: nuxt build WARN router.scrollBehavior property is deprecated in favor of using ~/app/router.scrollBehavior.js file, learn more:...