Skip to content

JacobDM/WineSelector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WineSelector

Notes

  • All values in the Wine object are wrappers as opposed to primitives due to the prevelence of null values in virtually every database column. This is to prevent Hibernate from attempting to assign a null value to a primitive causing an exception to be thrown.
  • JavaDoc comments detail my thought process and reasoning behind certain implementation details
  • Unit tests completed and located in the /src/test/java folder

Problem 1

GET /api/wine/name?id=(id here)

Problem 2

GET /api/wine/pricing-list

Problem 3

GET /api/wine/name?page=(page # here)

BONUS

GET /api/wine?id=(id here)

IMPORTANT: Removed the DB IP, username, AND password for security reasons. Update them in the application.yml file before running the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages