5 Commits

Author SHA1 Message Date
Tonimir Kisasondi
b472dfc528
added jolokia
See https://jolokia.org/

Gets exposed in combination with springboot.
2019-10-13 22:04:35 +02:00
Tonimir Kisasondi
7afc0c42a7
adds mappings and restart
This list is missing mappings and restart. Just added them.
2019-10-03 10:11:17 +02:00
g0tmi1k
a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
g0tmi1k
12751dbbf0 Fix #288 - Add graphql
Source: https://graphql.org/learn/serving-over-http/
2019-04-10 13:18:25 +01:00
g0tmi1k
25d4ac447e rename 's/_/-/g' 2017-08-23 14:55:06 +01:00