https://github.com/openwms/org.openwms.core.preferences
https://github.com/openwms/org.openwms.core.preferences
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openwms/org.openwms.core.preferences
- Owner: openwms
- License: apache-2.0
- Created: 2023-08-30T08:04:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T12:25:32.000Z (over 1 year ago)
- Last Synced: 2025-01-06T13:30:40.694Z (over 1 year ago)
- Language: Java
- Homepage: https://openwms.github.io/org.openwms.core.preferences/
- Size: 584 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purpose
The OpenWMS.org Preferences Service deals with configuration and preferences for the whole application. It can be used to store
configuration parameters in different validity scopes. Scopes can be merged and inherited. Preferences might be stored only valid for a
particular *User* or a specific *Role*, specific to a *Module* (aka microservice) or the whole *Application*.
# Resources
| Module | Build Status | Quality | License | Maven Central | Docker Hub | Chat |
|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|------|
| Image | [](https://github.com/openwms/org.openwms.core.preferences/actions/workflows/master-build.yml) | -- | [](LICENSE) | -- | [](https://hub.docker.com/r/openwms/org.openwms.core.preferences) | [](https://gitter.im/openwms/org.openwms?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| [Library](https://github.com/openwms/org.openwms.core.preferences.lib) | [](https://github.com/openwms/org.openwms.core.preferences.lib/actions/workflows/master-build.yml) | [](https://sonarcloud.io/dashboard?id=org.openwms:org.openwms.core.preferences.lib) | [](https://github.com/openwms/org.openwms.core.preferences.lib/blob/master/LICENSE) | [](https://search.maven.org/search?q=a:org.openwms.core.preferences.lib) | -- | [](https://gitter.im/openwms/org.openwms?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
**Find further Documentation on [Microservice Website](https://openwms.github.io/org.openwms.core.preferences)** or in the **[Wiki](https://wiki.openwms.cloud/projects/core-preferences-service)**.
# Dependencies
The service is basically a composition of custom libraries. Compared to the opensource version, the ENTERPRISE version contains additional
endpoints for the user interface.
