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.
Unverified
27586fe1d389221084e0a82d4d0f1f839e3c8709

Added App.java

lljn7 committed 2 years ago
Unverified
2ceaa4076401e447bd1e379e7e5b74ef6482f98a

Renamed App.java from RestapiWithDbApplication

lljn7 committed 2 years ago
Unverified
90bff4c6594353922aa36a8cf969392dd0fae70a

Merge branch 'master' of https://github.com/ljn7/curd-on-mySQL-using-spring-boot-and-hibernate

lljn7 committed 2 years ago
Unverified
3f3f806407e78dd3c77ef1e9ed302f3d87ab6a1b

Fixed Typo on Constant variable

lljn7 committed 2 years ago
Verified
5c3b4abd50b058f9d2d70feccc1ea9cbd41b9e3a

Update README.md

lljn7 committed 2 years ago
Verified
47990694f7431b384330987e98e4b90b9d4314f7

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).