0.10.2 修复跨域问题

This commit is contained in:
2021-04-11 16:13:20 +08:00
parent 117ed25cee
commit 038ed84a1e
2 changed files with 24 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ allprojects {
subprojects {
ext {
version '0.10.1'
version '0.10.2'
spring_version = "2.3.0.RELEASE"
}