1.1.0 add service / repository / query spring auto config function

This commit is contained in:
2022-08-18 14:35:01 +08:00
parent b7cfd0a7f9
commit 07684e814d
42 changed files with 1001 additions and 272 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.7.0'
kotlin_version = '1.6.10'
spring_version = "2.7.0"
}
@@ -17,7 +17,7 @@ buildscript {
subprojects {
group 'com.synebula'
version '1.0.0'
version '1.1.0'
buildscript {
repositories {