Troubleshoot
Frequently asked questions and known issues, recent workarounds pulled from Gitter forums and Reddit discussions. It also contains information that helps developers debug applications if something abnormal happens.
Debug
As we are dealing with POJO in Java SE, you can debug your entire application in IDE without any remote connection. If you have two or more services interacting with each other, you can load all of them into the IDE and debug from one service to another. Here are some tutorials for IntelliJ Idea and Eclipse.