awakelife93 / spring-boot-boilerplate

spring boot 3 (java) boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Boilerplate

Environment & Skills

  • Application

    • Java / JDK 17
    • Spring boot 3.3.0
    • Gradle 8.2.1
    • Spring Security 6.1.4
    • Spring Batch 5.0.3
    • Springdoc OpenAPI
    • Postgresql
    • h2 database (PostgreSQL mode) - localhost environment
    • Jpa
    • QueryDSL
    • Redis
    • Lombok
    • Jwt
    • Validation
    • Sentry
    • LogBack
    • Flyway
  • Test

    • Spring Boot Starter Test
    • Spring Security
    • Spring Batch
    • Junit 5
    • Mockito
    • 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.)

Author

Hyunwoo Park