Releases: glenrobson/SimpleAnnotationServer
Releases · glenrobson/SimpleAnnotationServer
Code cleanup and support for Elastic Search
Other changes:
- Fix for string to array cast issue
- Web front end using JavaServer Faces rather than custom template
- Fixing annotations that contain tags
- Supporting Elastic Search as a new backend.
Support Java 11
Quick release to support java 11.
Binary Release
To run, download and extract the zip file. This will create a sas
directory. Open up the terminal and run the following:
cd sas
java -jar dependency/jetty-runner.jar simpleAnnotationStore.war
This will start the SimpleAnnotationServer and by default it will be accessible at http://localhost:8080