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.
- Host: GitHub
- URL: https://github.com/mitchi-02/ms-api
- Owner: Mitchi-02
- Created: 2024-04-21T21:58:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:51:36.000Z (over 1 year ago)
- Last Synced: 2025-02-13T19:18:28.153Z (8 months ago)
- Topics: api, eureka-discovery-service, h2-database, java, microservices, spring-boot, spring-gateway
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```