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 1 month ago
JSON representation
Restful analog of pastebin service written on Spring framework, PostgreSQL, JDK 17, Maven and Docker.
- Host: GitHub
- URL: https://github.com/walkin4money/pastebin
- Owner: walkin4money
- Created: 2024-02-26T19:06:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T21:28:01.000Z (about 2 years ago)
- Last Synced: 2025-03-02T09:17:08.468Z (about 1 year ago)
- Topics: access-token, docker, docker-compose, http, jdk17, jwt, maven, postgresql, refresh-token, rest-api, spring-framework
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.