Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gal16v8d/gateway-svc
https://github.com/gal16v8d/gateway-svc
gateway-service java maven spring-boot-3
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/gateway-svc
- Owner: gal16v8d
- Created: 2023-04-28T01:01:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T03:16:19.000Z (8 months ago)
- Last Synced: 2024-04-29T22:46:50.830Z (6 months ago)
- Topics: gateway-service, java, maven, spring-boot-3
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
### Pre-requisites
* Maven 3
* Java 21### Docker Image
- In the project dir, build using the command:
```bash
docker build -t gsdd-gateway-svc .
```- Run the docker image as:
```bash
docker run -d -p 8762:8762 gsdd-gateway-svc
```### Notes
This service uses [eureka-server](https://github.com/gal16v8d/eureka-server) for communicate to other services, so assuming that we have eureka-server running
and also [fx-course-app](https://github.com/gal16v8d/fx-course-app) running, then you can see this service working:- http://localhost:8762/courses/