An open API service indexing awesome lists of open source software.

https://github.com/mitchi-02/ms-api

A micro services api that uses client discovery with spring-reactive-gateway.
https://github.com/mitchi-02/ms-api

api eureka-discovery-service h2-database java microservices spring-boot spring-gateway

Last synced: 6 months ago
JSON representation

A micro services api that uses client discovery with spring-reactive-gateway.

Awesome Lists containing this project

README

          

# Micro Services API
A micro services api that uses client discovery with spring-reactive-gateway, for a school assignement.
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/Mitchi-02/ms-api.git
```
### Run the server
Make sure to have maven and jdk installed, and change the required app.properties.
```
mvn clean install
mvn spring-boot:run
```