Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 786 Bytes

README.adoc

File metadata and controls

22 lines (14 loc) · 786 Bytes

Docs Service

Table of Contents

This application will collect the documentation of the registered applications and serve it as swagger docs.

Important
To be able to run this application the configuration-service has to be started before running this application.

Usage

To be able to start the application, the configuration-service has to be started before. The url to the configuration service can be modified using the CONFIG_SERVICE_URL (default: http://localhost:8088) environment variable.

If the configuration service is running and defined the application can be run with:

gradlew bootRun
Tip
Environment variables seems not to be applied when using gradlew.