-
当table中有逻辑删除字段的时候执行下面这段代码会报错(sex为空的时候报错)
```
public PageInfo list(Integer sex) {
Example example = new Example(SysAdmin.class);
Example.Criteria criteria = example.createCriteria()…
-
# 热部署解决方案:https://github.com/Liubsyy/HotSecondsIDEA
## Springboot 是校验过的:
1、添加 private 方法打印点东西,Controller 调用正常
2、添加 Controller 接口,postman 访问正常
3、添加 Service 接口, Service 实现,Controller 调用正常
4…
-
It would be great if the implementation could provide a fixed extra attribute for an authenticator. It would be a way for services to know what kind of user it is depending on how it was authenticated…
-
http://www.ityouknow.com/springboot/2016/11/06/spring-boo-mybatis.html
这两天启动了一个新项目因为项目组成员一直都使用的是mybatis,虽然个人比较喜欢jpa这种极简的模式,但是为了项目保持统一性技术选型还是定了 mybatis。到网上找了一下关于spring boot和mybatis组合的相关资料,各种各样的形式都有,…
-
**Describe the bug**
when i want map parent class with prop of list of child and child class have prop of parent class (simple parent child relationship) and use IQueryable mapping mappings not gener…
-
### Details
_No response_
Checklist
- [X] `src/main/java/com/neo/mapper/UserMapper.java`
> * Add a new method signature: `List getUsersPaginated(int startIndex, int pageSize);`
- [X] `src/main/r…
-
Add type annotations and remove all unnecessary type ambiguity.
This is backward incompatible change and will make Cubes depend on Python ≧3.6. Lower versions of python will not be supported.
An…
-
I'm trying to use the standard command: gem install dm-sqlserver-adapter
I receive a message back indicating 'Unable to resolve dependencies: dm-sqlserver-adapater requires do_sqlserver 0.10.6.
when…
-
1.2.3
1.1.5
![image](https://user-images.githubusercontent.com/13740807/33065267-51ddfd00-cee3-11e7-9e9b-cf3951075788.png)
生成的sql不对~不知道还需要设置那里?
SELECT id,create_time,status,system_orde…
-
作者你好!你的join功能很好用,我打算把它用在生产环境。但为了避免有一些查询不了的风险,想兼容mybaits的 xml 写SQL脚本的功能。这个如何配置呢?我试了好像不能同时兼容两种,springboot项目启动时会终止运行
![终止运行](https://github.com/bobo667/mybatis-plus-join/assets/16837428/3439a649-6976-…