/ms-api

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

Primary LanguageJava

Micro Services API

A micro services api that uses client discovery with spring-reactive-gateway, for a school assignement.

Getting Started

Clone the Repository

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