Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 628 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 628 Bytes

Description

Write the project name and introduction.

This is a Kotlin + Spring Multi-module project template based on layered architecture.

Repository Overview

Write the directory structure.

The Kopring multi-moudle template basically has an api, core module based on layered architecture.

API

Controller, Application Layer is included as a package.

Core

Domain, Infrastructure Layer is included as a package.

Getting Started

Write the 'How to run?' and environment.

Version

  • Java : 21
  • Gradle : 8.5

Build

$ ./gradlew build

Example

Write simple instructions and examples.