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 spring-security-samples-messages-jc-3.2.10.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.security.samples.mvc
├─ org.springframework.security.samples.mvc.DefaultController.class - [JAR]
├─ org.springframework.security.samples.mvc.MessageController.class - [JAR]
org.springframework.security.samples.data
├─ org.springframework.security.samples.data.Message.class - [JAR]
├─ org.springframework.security.samples.data.MessageRepository.class - [JAR]
org.springframework.security.samples.config
├─ org.springframework.security.samples.config.DataConfiguration.class - [JAR]
├─ org.springframework.security.samples.config.MessageWebApplicationInitializer.class - [JAR]
├─ org.springframework.security.samples.config.RootConfiguration.class - [JAR]
org.springframework.security.samples.mvc.config
├─ org.springframework.security.samples.mvc.config.WebMvcConfiguration.class - [JAR]