connect-composite-restapp
· composite REST app - this represents the baseline version that the Connect-Java repository uses
for building microservice based REST apps. As they are all Jersey based, there is no real need for
Spring or Guice. They always include Tracing, Prometheus, Health checks, Application Lifecycle, easy
config injection, Bathe for application start with Service Loader initializers.
We are focused on using JIB for Docker generation.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window connect-composite-restapp-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.