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 registry-store-jraft-6.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alipay.sofa.registry.jraft.repository.impl
├─ com.alipay.sofa.registry.jraft.repository.impl.AppRevisionRaftRepository.class - [JAR]
├─ com.alipay.sofa.registry.jraft.repository.impl.InterfaceAppsRaftRepository.class - [JAR]
com.alipay.sofa.registry.jraft.config
├─ com.alipay.sofa.registry.jraft.config.RaftConfiguration.class - [JAR]
com.alipay.sofa.registry.jraft.command
├─ com.alipay.sofa.registry.jraft.command.CommandCodec.class - [JAR]
├─ com.alipay.sofa.registry.jraft.command.ProcessRequest.class - [JAR]
├─ com.alipay.sofa.registry.jraft.command.ProcessResponse.class - [JAR]
com.alipay.sofa.registry.jraft.revision
├─ com.alipay.sofa.registry.jraft.revision.AppRevisionRegistry.class - [JAR]
├─ com.alipay.sofa.registry.jraft.revision.AppRevisionService.class - [JAR]