Skip to content

lxian-coder/spring5-recipe-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Recipe Application

CircleCI

This application built in Spring Framework 5 and allows users to search, update, delete, add and store recipes data online.

  • Write unit test code with JUnit Framework.
  • Write intergration test to debug JPA part.
  • Write custom Java code with knowledge of Java.
  • Using circleci to do the automated tests.
  • Implementing solutions using the SpringBoot 5.
  • Using MySQL and H2Database to store data, and using Spring Configuration to switch between two databases.
  • Applying ThymeLeaf in transferring data between Front-End and Back-End.
  • Using MVC architecture to present data to web users.
  • Using Lombok to make code simple and clean.

Technique used: Java, SpringBoot, Maven, MVC framework, Lombok, JPA, MySQL , JUnit, ThymeLeaf, CI/CD

About

spring5-recipe-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.9%
  • HTML 24.1%