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 taotao-cloud-starter-mail-2023.08.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.taotao.cloud.mail.spring
├─ com.taotao.cloud.mail.spring.MailAutoConfiguration.class - [JAR]
com.taotao.cloud.mail.spring.model
├─ com.taotao.cloud.mail.spring.model.MailDetails.class - [JAR]
├─ com.taotao.cloud.mail.spring.model.MailSendInfo.class - [JAR]
com.taotao.cloud.mail.spring.template
├─ com.taotao.cloud.mail.spring.template.JavaMailTemplate.class - [JAR]
├─ com.taotao.cloud.mail.spring.template.MailTemplate.class - [JAR]
com.taotao.cloud.mail.spring.sender
├─ com.taotao.cloud.mail.spring.sender.MailSender.class - [JAR]
├─ com.taotao.cloud.mail.spring.sender.MailSenderImpl.class - [JAR]
com.taotao.cloud.mail.spring.event
├─ com.taotao.cloud.mail.spring.event.MailSendEvent.class - [JAR]
com.taotao.cloud.mail.hutool
├─ com.taotao.cloud.mail.hutool.HutoolMailAutoConfiguration.class - [JAR]
├─ com.taotao.cloud.mail.hutool.MailProperties.class - [JAR]
├─ com.taotao.cloud.mail.hutool.MailUtils.class - [JAR]