https://github.com/awakelife93/spring-boot-api-gateway
spring boot api gateway
https://github.com/awakelife93/spring-boot-api-gateway
api-gateway bolierplate circuit-breaker java rate-limiter resilience4j spring-boot template
Last synced: 8 days ago
JSON representation
spring boot api gateway
- Host: GitHub
- URL: https://github.com/awakelife93/spring-boot-api-gateway
- Owner: awakelife93
- License: mit
- Created: 2021-07-05T10:18:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T05:56:43.000Z (about 3 years ago)
- Last Synced: 2024-11-18T06:59:08.747Z (11 months ago)
- Topics: api-gateway, bolierplate, circuit-breaker, java, rate-limiter, resilience4j, spring-boot, template
- Language: Java
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot - Gateway Server (API)
## React Client + React Admin + Gateway Server + API Server + Style Server

## Client Repository
https://github.com/awakelife93/react-boilerplate
## Admin Repository
https://github.com/awakelife93/react-admin-boilerplate
## API Server Repository
https://github.com/awakelife93/express-boilerplate
## Style Server Repository
https://github.com/awakelife93/express-design-system-boilerplate
## [Note]
## [Description]
1. [install lombok error case](https://github.com/GabrielBB/vscode-lombok/issues/23)
2. Basically, the api token check proceeds.
3. Inspect the endpoint and associate it with the corresponding server's host.
(If not applicable, the request is not made to each server.)
4. By using a circuit breaker, failure is prevented.
5. By using a rate limiter, Limit up to 500 requests per 10 seconds to control traffic per api
6. If you run jvm as a docker container, do docker build & run.## Author
```
2020.07.05 =>
Author: Hyunwoo.Park
```