Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 655 Bytes

Plain REST API CRUD with Spring Boot 2 and PostgreSQL.

Build Status

Technology stack:

  • Spring Boot 2;
  • Spring Web;
  • Spring Data;
  • PostgreSQL database;
  • Hibernate;
  • Lombok;
  • Spring Security (as basic authentication).

To run this application use:

mvn spring-boot:run

The view in the Postman:

http://localhost:8080/api/books

alt tag