Open sdaschner opened 4 years ago
Thanks for the ideas @sdaschner, I implemented most of them and they are now hosted here:
https://aguibert.github.io/liberty-cheat-sheet/
For the getting started sample I showed Servlet because that's what our archetype generates. Maybe instead I should use the MP generator to create the project instead. Seems like archetypes are not really maintaned or used that much for Liberty
Btw, the site seems to 404 now: https://aguibert.github.io/liberty-cheat-sheet/
yea, I renamed the repo from liberty-cheat-sheet
to openliberty-cheat-sheet
so the new URL is:
https://aguibert.github.io/openliberty-cheat-sheet/
Very nice initiative @aguibert!
Some initial content that we might want to add, especially what is not obvious in the docs:
server.xml
, defaults, and override locationliberty-maven-plugin
dev modemonitor-1.0
example with Liberty-specific metricsusr:opentracingZipkin
, similar to this example