Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.06 KB

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