Introduction

Provides a REST interface to a deployed configuration using smartics-properties.

Please refer to the parent project for more information.

Configuration

The application is configured with a sample set of properties. These properties are deployed with the web application.

<dependency>
  <groupId>de.smartics.properties.admin</groupId>
  <artifactId>smartics-properties-appcoords-sandbox1</artifactId>
  <version>...</version>
</dependency>
<dependency>
  <groupId>de.smartics.sandbox</groupId>
  <artifactId>test-application-config</artifactId>
  <version>...</version>
</dependency>

If you want to use the application in your environment, then remove or replace these configuration files with your own.