Kotlin modular library collection for enterprise server development.
30+ modules providing common enterprise functionality:
- Database operations (Jimmer ORM, PostgreSQL, MySQL)
- Object storage (MinIO, Aliyun OSS, Huawei OBS, Volcengine TOS)
- AI integration (LangChain4j)
- Security (Spring Security, OAuth2, crypto)
- Payment (WeChat Pay)
- SMS (Tencent Cloud)
- Caching, data processing, web crawling
- JDK 17+
- Kotlin 2.2.0+
- Spring Boot 3.5.0+
dependencies {
implementation(platform("io.github.truenine:composeserver-bom:<version>"))
implementation("io.github.truenine:composeserver-shared")
// Add other modules as needed
}
./gradlew build
LGPL 2.1