Skip to content

hunlorvike/sb-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spring Boot Boilerplate (Spring Boot 3.1)

License

Included technologies

  • Spring Boot 3.1
  • Spring Security
  • Spring Data JPA
  • Spring Data Redis - on going
  • Hibernate - on going
  • JWT Authentication
  • PostgreSQL
  • Redis - on going
  • Liquibase - on going
  • Lombok
  • Swagger
  • JUnit 5 - on going
  • Mockito - on going

Requirements

  • Java 17
  • Maven 3.9.3
  • Docker 20.10.8
  • Docker Compose 2.19.1
  • PostgreSQL 13.11
  • Redis 7.0.12

Run with Docker Compose

docker-compose up --build -d

Install dependencies

mvn clean install

Run project

mvn spring-boot:run 

Build project

mvn clean package

Skip integration tests

mvn clean install -DskipITs=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages