Skip to content

hendisantika/springboot-jpa-mysql-example

Repository files navigation

springboot-jpa-mysql-example

Thing to do to run locally:

  1. Clone repo :
    git clone https://github.com/hendisantika/springboot-jpa-mysql-example.git
    
  2. Go to the folder :
    cd springboot-jpa-mysql-example
    
  3. Run the app :
    mvn clean spring-boot:run
    

REST Request sample:

Add New User

Add New User

List All Users

List All Users

Get User By Id

Get User By Id

Update Data user partially

Update Data user partially

List All data user after updating

Update Data user fully

Update Data user fully

List All data user after updating

Delete data user by Id

Delete data user by Id

About

Spring boot JPA MySQL example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages