summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-11 01:14:28 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-11 01:14:28 +0000
commit2199526cb41b6099378ad0a01633ba9bdd567dd5 (patch)
tree788893b2aa8cc068e362ab1aac425dc87d67b4bd
parent56d6effefea683e2f293b18955fa6dc9d4a6d757 (diff)
Update readme
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index d472b47..9299d28 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,6 @@ 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:
@@ -25,3 +23,10 @@ java -Djava.security.egd=file:/dev/./urandom -jar target/blaears-0.0.1-SNAPSHOT.
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