GitXplorerGitXplorer
l

CRUD-on-mySQL-via-REST-api-using-Spring-Boot-and-Hibernate

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
78a06f856e5361db5299a900b16c9bcea5e58211

Update README.md

lljn7 committed 2 years ago
Unverified
a0f528e616b94413ffd69f57955780c05e03d805

Added port to properties

lljn7 committed 2 years ago
Unverified
b5696fe0150e0b4bcee61d43d0f643537b4c190b

added port to properties

lljn7 committed 2 years ago
Unverified
b85b6a6f5aa240b11d1a170b9ce24ac2e74e8357

static compile and port value

lljn7 committed 2 years ago
Verified
8fdd2b98b54778c60db344132e970fa27c366d98

Update README.md

lljn7 committed 2 years ago
Verified
dbc31ef59914d3a129d8157d92e2934629142900

Update README.md

lljn7 committed 2 years ago

README

The README file for this repository.

CRUD-on-mySQL-via-RESTful-API-using-Spring-Boot-and-Hibernate

CRUD operations on mySQL database via REST api using Spring Boot and Hibernate libray.

  • Unit test using Spring Boot Test.
  • Configs are not hardcoded instead configured using properties file.
  • mySQL running on docker with persistent volume with two different databases (prod DB and test DB).