Skip to content

MorickClive/Vale-SpringREST-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vale-SpringREST-Practice

A Spring REST API that uses the NoteTracker project as a goal outline. The focus of this project is to cover Spring Framework implementation of a RESTful api.

The project will focus on generating the 'Person' model and then adapt to a one-to-many relationship based on the note-notegroup relationship. The relationships of database tables will be reflected in Entity Annotations.

To review the network graph of commits, please review here.

Objectives:

  • Custom/Config Beans

  • Person:

    • Entities
    • Services
    • Repositories
    • CRUD
  • Notes:

    • Entities
    • Services
    • Repositories
    • CRUD
  • NoteGroup:

    • Entities
    • Services
    • Repositories
    • CRUD

Utility libraries/features:

  • Lombok (Constructor/Accessors/Utility method generation)
  • Swagger (View: generated API )
  • ModelMapper

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages