OKaluzny / spring-boot-rest-api-postgresql

Plain RESTful Web Service with Spring Boot 3. Using PostgreSQL database, Hibernate and basic authentication. Also added the lombok.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plain REST API CRUD with Spring Boot 3 and PostgreSQL.

Build Status

Technology stack:

  • Spring Boot 3;
  • 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

About

Plain RESTful Web Service with Spring Boot 3. Using PostgreSQL database, Hibernate and basic authentication. Also added the lombok.


Languages

Language:Java 98.2%Language:Batchfile 1.8%