View Java Class Source Code in JAR file
- 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 minimal-blog-spring-boot-starter-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.kilmajster.blog.config
├─ io.github.kilmajster.blog.config.ElsewhereLink.class - [JAR]
├─ io.github.kilmajster.blog.config.MinimalBlog.class - [JAR]
├─ io.github.kilmajster.blog.config.MinimalBlogAutoConfiguration.class - [JAR]
io.github.kilmajster.blog.data
├─ io.github.kilmajster.blog.data.Post.class - [JAR]
├─ io.github.kilmajster.blog.data.PostsCachingRepository.class - [JAR]
├─ io.github.kilmajster.blog.data.PostsRepository.class - [JAR]
io.github.kilmajster.blog.util
├─ io.github.kilmajster.blog.util.JarResourcesUtil.class - [JAR]
├─ io.github.kilmajster.blog.util.MarkdownTablesBootstrapStylingFixer.class - [JAR]
io.github.kilmajster.blog.controller
├─ io.github.kilmajster.blog.controller.MinimalBlogController.class - [JAR]