Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 731 Bytes

README.adoc

File metadata and controls

22 lines (14 loc) · 731 Bytes

User Service

Table of Contents

This application will handle all user depending data.

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.