Java version of MiniProfiler.
It is in early stage of development and doesn't have many features. Main difference from other Java implementations is that current implementation uses MiniProfiler/ui.
####Be sure to git submodule init
and git submodule update
after cloning to pull down the ui repo!####
During development use the following commands:
./gradlew :samples:general:jettyRunWar
to run the sample;./gradlew :samples:distributed-system:farmRunWar
to run distributed system sample;
./gradlew :samples:general:jettyRunWarDebug
to debug the sample;./gradlew test
to run tests;./gradlew war
to build .war files.
In no particular order: