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 jeecg-boot-starter3-chatgpt-3.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jeecg.chatgpt.dto.chat
├─ org.jeecg.chatgpt.dto.chat.MultiChatMessage.class - [JAR]
org.jeecg.chatgpt.prop
├─ org.jeecg.chatgpt.prop.AiChatProperties.class - [JAR]
org.jeecg.chatgpt.service
├─ org.jeecg.chatgpt.service.AiChatService.class - [JAR]
org.jeecg.chatgpt.dto.image
├─ org.jeecg.chatgpt.dto.image.ImageFormat.class - [JAR]
├─ org.jeecg.chatgpt.dto.image.ImageSize.class - [JAR]
org.jeecg.chatgpt.service.impl
├─ org.jeecg.chatgpt.service.impl.ChatGptService.class - [JAR]
├─ org.jeecg.chatgpt.service.impl.DefaultAiChatService.class - [JAR]
org.jeecg.chatgpt.config
├─ org.jeecg.chatgpt.config.AiChatAutoConfiguration.class - [JAR]