Skip to content

SeaRoll/spring-boot-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Architecture

A very simple example of a Spring Boot application that uses a layered architecture, JWT generation & authentication per SCOPE, automatic local development & testing setup with testcontainers.

Things you will need

  • Java 21
  • IntelliJ IDEA

General info

  • Written using spring boot
  • Uses postgreSQL as database
  • Uses lombok which needs to be enabled/configured in your editor
  • Database migrations done with flyway
  • Tests done in JUnit 5 with Testcontainers
  • Uses Spring Security with JWT tokens for authentication & authorization
  • Maven wrapper is included for building/testing
    • On Unix systems use: ./mvnw clean verify
    • On Windows: ./mvnw.cmd clean verify

Pull requests requirements

  • run ./mvnw fmt:format before pushing
  • run ./mvnw clean verify before pushing

About

Custom barebones spring boot architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •