Skip to content

Kotlin + Spring Multi module Template(Layered Architecture 🏗️)

Notifications You must be signed in to change notification settings

currenjin/kopring-multi-module-template

Repository files navigation

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.