diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -15,4 +15,18 @@ Listens for GitLab messages announcing pushes to repositories /git/merge Listens for GitLab messages announcing merge requests -Uses Spring MVC and SpringBoot +Run 'mvn clean install' to build + +To run: + +java -Djava.security.egd=file:/dev/./urandom -jar target/blaears-0.0.1-SNAPSHOT.jar + +urandom option seems to be necessary as the default /dev/random runs out +of entropy and results in very long statup times + +Libraries +--------- +SpringBoot +Spring MVC +Log4J +Jackson |