Skip to content

tchopra91/learning.springBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning.springBoot

My learning project for spring Boot

Implemented topics

  • SpringBoot setup
  • First REST controller
  • REST controller to return object in response
  • Business service and updated controller to use it
  • Endpoint to get single topic using path variable
  • Creation of new resource using POST and request body
  • Update and delete endpoint
  • Application.properties to configure servlet context
  • Adding dependencies for JPA
  • Creating and making CRUD operations with a Spring Data JPA Repository
  • Entity relationship and extending repository
  • Actuator

About

My learning project for spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages