Spring Boot版本调整为2.2.10。在此前的版本,若in 查询传入null,会报错。相关sql 为in ()。在2.2版本修复了此问题,相关sql改为 in (null)。鉴于此,建议进行升级。

pull/595/head
lWoHvYe 2021-02-13 10:22:29 +08:00
parent 0dfdcf11e8
commit 5c47c331fc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.2.10.RELEASE</version>
</parent>
<properties>