Skip to content

mewebstudio/java-spring-boot-boilerplate

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
  • Hibernate
  • JWT Authentication
  • PostgreSQL
  • Redis
  • Liquibase
  • Lombok
  • Swagger
  • JUnit 5
  • Mockito

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