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

https://github.com/rafaesc/metadata-microservice-test


https://github.com/rafaesc/metadata-microservice-test

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Metadata

Micro-services Spring Boot REST API built with Gradle

## Commands

1. `gradlew build` - Produce local.jar of the Spring Boot application.
2. `java -jar metadata-api-gateway/build/libs/metadata-api-gateway-0.0.1-SNAPSHOT.jar` - Start up API gateway
3. `java -jar metadata-db/build/libs/metadata-db-0.0.1-SNAPSHOT.jar` - Start up DB accessor

### Other Userful Information

[Gradle commands](https://docs.gradle.org/current/userguide/tutorial_gradle_command_line.html).

## Other
Import postman collection `metadata.postman_collection.json`