-
基础 Web 框架需要什么功能?
- 统一返回对象
- 统一接口风格
-
### 当前使用版本(必填,否则不予处理)
```
com.github.davidfantasy
mybatis-plus-generator-ui
2.0.1
test
```
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
### 重现…
-
sea-orm 已经实现了稍微复杂的查询,不用手写where条件。
另外不知到作者是否使用过mybatis plus的 LambdaWrapper,这种wrapper在后续修改字段名称时,带来了许多方便,sea-orm也实现了类似的功能, 作者是否考虑将这个功能也继承进来呢
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.com/bao…
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://central.sonatype.com/search?q=g:com.github.yulichang%20%20a:mybatis-plus-join-boot-starter&smo=true) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://gith…
-
**Is your feature request related to a problem? Please describe.**
在使用 IntelliJ 或 DBeaver 之类的数据库管理软件中,查询时如果表名包含大写字母,会出现表名不存在。
**Describe your desired behavior**
希望能够提供一个配置选项,让用户能够设置默认使用反引号将数据库名和表…
-
关系型数据库:mysql(数据即时增删查改)
非关系型数据库:redis(数据缓存)
-
BatchInsertByList 79行
TableFieldInfo tableFieldInfo=fieldList.get(size-1);
-
我按照 https://github.com/kotlin-orm/ktorm/releases/tag/v4.0.0 的配置,换成4.1.1去进行ksp实体代码生成.
8个实体,ksp编译花了 03:44 min ,Entity是独立项目,只有8个实体类的编译,不含其他业务代码和测试代码.
想问下这算是正常情况吗?
I followed the configuration at h…
-
**Describe the bug**
使用springdoc注解@Schema(description = "用户名") 实体类,controller返回实体对象,但是文档没有显示实体对象属性的参数说明。
**To Reproduce**
Steps to reproduce the behavior:
1. 定时实体对象SysUserinfo.JAVA,并用spingdoc注解@…