feat: establish AIOA identity and organization baseline

This commit is contained in:
selfrelease
2026-07-18 08:05:45 +08:00
commit bbb09ed56f
42 changed files with 2473 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
plugins {
id("org.springframework.boot") version "3.5.3" apply false
id("io.spring.dependency-management") version "1.1.7" apply false
kotlin("jvm") version "2.1.21" apply false
kotlin("plugin.spring") version "2.1.21" apply false
}
allprojects {
group = "com.all8ai.aioa"
version = "0.1.0-SNAPSHOT"
}