Skip to content

nopecho/spring-template-kotlin

Repository files navigation

Spring Project

Introduction

TBD

Version

  • Java 21
  • Kotlin 1.9.23
  • Spring Boot 3.2.2

Modules Overview

├── bootstrap
├── common
├── core
│   ├── api
│   ├── domain
│   └── infra

Getting Started

Quick Start

make run module=<module-name>

Build

 make build module=<module-name>

Docker Build

 make docker module=<module-name> tag=<tag-name>

Test

 make test

Stress Test (with k6)

  1. 스크립트 초기화

    make k6-init name=<script-name>
  2. 스크립트 작성 📍./local/k6/script/<script-name>.js

  3. 스크립트 실행

    make k6-run name=<script-name>