Skip to content

a skeleton of a Spring Boot + Kotlin Object, calling all Service/Repositories with Object without making class dependency / configs.

Notifications You must be signed in to change notification settings

kdman98/kotlin-spring-object-skeleton

Repository files navigation

A simple Spring skeleton for Kotlin!

As we use Kotlin, we can call methods from Singleton classes without creating and maintaing Classes, not using any config files or Bean control of Spring Framework.

So, if a developer wants to use Spring Framework and its features with simpler way to maintain Services and Repositories, this might be a good skeleton code for it.

Take a look!

Used (Latest versions at 2024.09.24)

  • Kotlin
  • Spring Boot
  • H2
  • Exposed

About

a skeleton of a Spring Boot + Kotlin Object, calling all Service/Repositories with Object without making class dependency / configs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages