Skip to content

KHP-Informatics/cogstack-plugin-signum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cogstack-plugin-signum

A plugin for https://github.com/KHP-Informatics/cogstack for use in SIGNUM project (at UCL)

How to use:

java -Dloader.path=<PATH_TO_PLUGIN_JAR> -cp <COGSTACK_JAR> org.springframework.boot.loader.PropertiesLauncher <CONFIGS>

This is needed because -jar can only work with one JAR.

Beauty:

  1. Site specific features can be developed separately and loaded as JAR.
  2. Plugins used completely configurable.

Ugly / To be improved:

  1. Need to duplicate Document.groovy because there is no "core-lib" for these core classes in the pipeline.

Reference: