Browse Source

3.5.2.3-SNAPSHOT

miemie 2 years ago
parent
commit
ff650db046
2 changed files with 2 additions and 1 deletions
  1. 1 1
      build.gradle
  2. 1 0
      changelog-temp.md

+ 1 - 1
build.gradle

@@ -2,7 +2,7 @@ import java.time.LocalDateTime
 
 
 allprojects {
 allprojects {
     group = 'com.baomidou'
     group = 'com.baomidou'
-    version = "3.5.2.2-SNAPSHOT"
+    version = "3.5.2.3-SNAPSHOT"
 }
 }
 
 
 ext {
 ext {

+ 1 - 0
changelog-temp.md

@@ -1,2 +1,3 @@
 - 多租户插件:多表join表名必需起别名,否则追加的过滤条件不带前缀
 - 多租户插件:多表join表名必需起别名,否则追加的过滤条件不带前缀
 - fix: InterceptorIgnore 不能过滤 selectKey 的问题
 - fix: InterceptorIgnore 不能过滤 selectKey 的问题
+- fix: 补全`mybatis-plus-boot-starter-test`遗漏配置