Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libgraviton/gdk-essential-pojos
https://github.com/libgraviton/gdk-essential-pojos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libgraviton/gdk-essential-pojos
- Owner: libgraviton
- Created: 2017-01-25T09:12:25.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T07:12:38.000Z (almost 2 years ago)
- Last Synced: 2023-07-26T21:59:56.804Z (over 1 year ago)
- Language: Java
- Size: 43 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gdk-essential-pojos
## What is it
Based on [gdk-java](https://github.com/libgraviton/gdk-java) this repository provides the essential POJOs that are needed for the [worker-base](https://github.com/libgraviton/graviton-worker-base-java) to work with the gdk integration.
## How to update the POJOs
The prerequisite to be able to generate new / updated POJOs is a running [Graviton](https://github.com/libgraviton/graviton) instance.
Adapt the 'gravitonUrl' tag in the pom.xml with the URL that points to the running Graviton.A simple `mvn clean install` will clean all previous POJOs and generate new ones.
### Adapt the whitelist
The 'endpoint.whitelist' resource file defines all the endpoints that should be included for the POJO generation. Need a new endpoint? Simply add a new line with the endpoint and all the POJOs belonging to this endpoint will be generated as well.