Skip to content

awakelife93/spring-boot-kotlin-boilerplate

Repository files navigation

Spring Boot Boilerplate (Kotlin)

Environment & Skills

  • Application

    • Kotlin 2.1
    • Jdk 21
    • Spring boot 3.4.0
    • Gradle 8.10
    • Spring Security
    • Spring Batch
    • Springdoc OpenAPI
    • Postgresql
    • h2 database (PostgreSQL mode) - localhost environment
    • Jpa
    • QueryDSL
    • Redis
    • Jwt
    • Validation
    • Sentry
    • Kotlin Logging
    • Flyway
  • Test

    • Spring Boot Starter Test
    • Spring Security
    • Spring Batch
    • Junit 5
    • Mockito Kotlin
    • Kotest
    • Mockk
    • Instancio
    • h2 database (PostgreSQL mode)
    • Flyway
  • Etc

    • Pgadmin
    • Ktlint

Project Guide

  • common
  • domain (post, user, auth)
  • security
    • spring security + jwt logic
  • utils
  • resources
    • prod, dev, local, common, test, secret-{environment}
      • common: Write common variables for the project.
      • test: Create the variables needed for your test environment.
      • secret-{environment}: auth (jwt, api key), database information

Description

Author

Hyunwoo Park