Skip to content

Same implementation of the TechStore, but now using Spring Boot

Notifications You must be signed in to change notification settings

andreybevilacqua/techstore-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

techstore-spring

Same implementation of the TechStore, but now using Spring Boot, Spring Web, and Spring Data JPA.

Application Characteristics:

  • Java 11
  • Maven
  • Lombok
  • Spring Boot 2.1.6 (together with Spring Web and Spring Data JPA)
  • PostgreSQL database and H2 database (test scope)
  • Docker and Docker Compose