Skip to content

TrueNine/compose-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,827 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compose Server

Kotlin modular library collection for enterprise server development.

What it is

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

Requirements

  • JDK 17+
  • Kotlin 2.2.0+
  • Spring Boot 3.5.0+

Usage

dependencies {
  implementation(platform("io.github.truenine:composeserver-bom:<version>"))
  implementation("io.github.truenine:composeserver-shared")
  // Add other modules as needed
}

Build

./gradlew build

License

LGPL 2.1

About

kotlin and spring and java server dev tookit

Resources

License

Stars

Watchers

Forks

Packages

No packages published