Library for managing resources used by one or multiple applications
Go to file
Niclas Thobaben c523a6d46a
NClazz/resource-manager/pipeline/head This commit looks good Details
BLD updated build status badge
2020-12-05 00:14:46 +01:00
resource-manager-api REFC moved everything to api-modules 2020-12-05 00:09:27 +01:00
.gitignore initial setup 2020-12-04 18:24:48 +01:00
Jenkinsfile add READNME.md + Jenkinsfile 2020-12-04 18:32:57 +01:00
README.md BLD updated build status badge 2020-12-05 00:14:46 +01:00
pom.xml REFC moved everything to api-modules 2020-12-05 00:09:27 +01:00

README.md

Resource Manager

Build Status

The resource manager library provides an easy API to manage resources in an application at runtime. The basic is concept is to define required resources for an application and provide some defaults, which can can be overwritten at runtime to create a dynamic configuration. All defined resources can be reset or exported to use in another application instance.

The resource manager provides a foundation for any custom CMS you may want to develop.