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-cloud-legends-mail-starter-2021.0.0-M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.legendscloud.email.config
├─ top.legendscloud.email.config.EmailAutoConfiguration.class - [JAR]
├─ top.legendscloud.email.config.MyMailProperties.class - [JAR]
top.legendscloud.email
├─ top.legendscloud.email.LegendsEmailApplication.class - [JAR]
top.legendscloud.email.service
├─ top.legendscloud.email.service.IMailService.class - [JAR]
top.legendscloud.email.service.impl
├─ top.legendscloud.email.service.impl.MailServiceImpl.class - [JAR]