add db init script; update gaea version

This commit is contained in:
2022-11-23 15:42:27 +08:00
parent 14093b1ce1
commit c681dd9072
2 changed files with 69 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ subprojects {
ext {
version '0.9.0'
gaea_version = '1.5.0'
gaea_version = '1.5.1'
spring_version = "2.7.0"
}