Skip to content

nikolatx/spring-recipe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Recipe web application

(simplified version of www.simplyrecipes.com)

Spring Boot application written from scratch using IntelliJ and SpringInitializr:

  • Java 11
  • JPA (Hibernate) and H2 database
  • Thymeleaf
  • Unit tests and integration tests (JUnit 5)
  • Continuous integration (CircleCI)
  • Bootstrap CSS, forms, commands, converters
  • Repositories and Services
  • Project Lombok

Project was created through the Spring Framework 5: Beginner to Guru course, by John Thompson, and is still in development phase.
Comparing to original version, this one is updated to use Bootstrap 5.1.1 and Spring Boot 2.5.5.