Skip to content

vpattar/entity_rest_apis_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

entity_rest_apis_example

This is a sample that provides APIs for CRUD operations on table.

To Be Done:

  • Remodel POST, PUT calls to reuse the assets data structure used for GET.

  • Junits

  • Logging

  • Documentation/comments

  • Additional Instructions

Instructions to run:

Update the data base properties in application.properties.

gradle bootRun

swagger dcumentation can be accessed at:

http://localhost:8080/swagger-ui.html

Basic design info:

  • Controller->Service->JPA Repository->DB

  • Domain Object <-> Entity

  • Rest Return codes

  • Focus on relationships in DB and in entities.

About

This is a sample assignment with HP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages