An archetype of a spring-boot-service
· An archetype which generates a complete spring-boot-service with an RESTFUL api with dummy implementation.
Each application layer is
Additionally creates an FeignClient coupled to the API of the service, which clients could use.
Check https://github.com/bitgrip/spring-boot-archetype
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 spring-boot-service-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.