Skip to content

hendisantika/springJPA-postgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring JPA PostgreSQL

To Do things :

  1. Run the project --> mvn clean spring-boot:run

  2. Home Index --> http://localhost:8080/

    Home Index

  3. Save the data first initialization --> http://localhost:8080/save

    Save data

  4. Find All the datas --> http://localhost:8080/findAll

    Find All

  5. Find By Id --> http://localhost:8080/findById?id=1

    Find By Id

  6. Find By Lastname --> http://localhost:8080/findByLastname?lastname=Naruto Find By Lastname

About

Demo project for Spring Boot JPA - PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages