Skip to content

lastbyte/basic-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Basic Application

This repository contains a simple REST app which interact with a database, The application is based on MVC architecture. There are 3 main layers

  • controller - API endpoints - will only interact with service layer
  • service - Contains Business logic - will interact with controller and repository
  • repository (database access objects) - Helps us query the database - will only interact with service layer

components

  • spring jpa
  • spring mvc
  • h2 Database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published