Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/walkin4money/pastebin
- Owner: walkin4money
- Created: 2024-02-26T19:06:53.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-26T21:28:01.000Z (10 months ago)
- Last Synced: 2024-10-18T18:50:55.850Z (3 months 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.