HK意境

Results 4 issues of HK意境

### Questions I used Vert.x to make a proxy server that mimics Nginx (mini nginx). On the way to implementing the proxy WebSocket, using Postman as the client to connect...

bug

### url-core 核心模块 短链接生产核心算法逻辑实现,提供的短链接生产基础包,不要需要依赖外部环境。企业或者个人可直接应用在私有业务系统中进行生产,可以在此基础上进行横向的扩展优化

### 确认 - [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/baomidou/mybatis-plus/issues) 中搜索过, 确认问题没有被提出过 - [X] 我已经修改标题, 将标题中的 描述 替换为遇到的问题 ### 功能改进 mybatis plus (当前版本3.5.2)在遇到字段设置为空的需求时,所提供的三个解决方案都存在缺陷。 通过调整FieldStrategy策略粒度太大,会影响全局。 通过mapper(entity, warpper) 方式通过entity和一个LambdaUpdateWrapper进行组合方式达到更新字段为null的目的...