Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kapiaszczyk authored Apr 24, 2024
1 parent b3d62c2 commit 4dc30cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ related information, mainly company data.
## About

The service utilizes Spring Data JPA for retrieving data and Spring Web for presenting it over endpoints. The data is
cached thanks to Caffeine. The API is **globally rate limited** using bucket4j library, requests are authorized using **
JWT** with help of Spring Security and **OAuth 2.0 Resource Server**. API documentation is automatically generated
cached thanks to Caffeine. The API is **globally rate limited** using bucket4j library, requests are authorized using **OAuth2 JWT**
with help of Spring Security. API documentation is automatically generated
using **openAPI** and can be accessed via the Swagger UI.

## Docker image
Expand Down Expand Up @@ -220,4 +220,4 @@ Since anyone can create any type of account, the application is not suitable for

[Swagger]: https://img.shields.io/badge/Swagger-green

[Swagger-url]: https://swagger.io/
[Swagger-url]: https://swagger.io/

0 comments on commit 4dc30cf

Please sign in to comment.