Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkin4money/pastebin

Restful analog of pastebin service written on Spring framework, PostgreSQL, JDK 17, Maven and Docker.
https://github.com/walkin4money/pastebin

access-token docker docker-compose http jdk17 jwt maven postgresql refresh-token rest-api spring-framework

Last synced: about 2 months ago
JSON representation

Restful analog of pastebin service written on Spring framework, PostgreSQL, JDK 17, Maven and Docker.

Awesome Lists containing this project

README

        

Restful messaging service, similar to the popular pastebin service. The main stacks used are Spring (Spring Core, Spring Boot, Spring Data Jpa, Spring Data JDBC, Spring Web MVC, Spring Security, Hebirnate, Flyway, Lombok), JDK 17, PostgreSQL, Docker and Maven. The project also implements authorization via access_token in JWT and refresh_token format, CORS policy is configured, and Stateless authentication is implemented.