Write the project name and introduction.
This is a Kotlin + Spring Multi-module project template based on layered architecture.
Write the directory structure.
The Kopring multi-moudle template basically has an api
, core
module based on layered architecture.
Controller, Application Layer is included as a package.
Domain, Infrastructure Layer is included as a package.
Write the 'How to run?' and environment.
- Java : 21
- Gradle : 8.5
$ ./gradlew build
Write simple instructions and examples.