Library for managing resources used by one or multiple applications
Go to file
Niclas Thobaben 00daca8231
NClazz/resource-manager/pipeline/head This commit looks good Details
add READNME.md + Jenkinsfile
2020-12-04 18:32:57 +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 add READNME.md + Jenkinsfile 2020-12-04 18:32:57 +01:00
pom.xml initial setup 2020-12-04 18:24:48 +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.