Skip to content

kotlin-compose-multiplatform/spring-clean

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
  • Tools

    • Pgadmin

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

  • cors
    • This project used spring security rather than WebMvcConfigurer for the cors environment.
  • docker-compose
    • If you plan to use it, you need to check the environment variables.
  • create spring batch metadata table (localhost, development and production environments.)
  • two types of tests

Author

Hyunwoo Park

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages