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 nacos-discovery-spring-boot-autoconfigure-0.2.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.boot.nacos.discovery.autoconfigure
├─ com.alibaba.boot.nacos.discovery.autoconfigure.AutoDeregisterException.class - [JAR]
├─ com.alibaba.boot.nacos.discovery.autoconfigure.AutoRegisterException.class - [JAR]
├─ com.alibaba.boot.nacos.discovery.autoconfigure.NacosDiscoveryAutoConfiguration.class - [JAR]
├─ com.alibaba.boot.nacos.discovery.autoconfigure.NacosDiscoveryAutoDeregister.class - [JAR]
├─ com.alibaba.boot.nacos.discovery.autoconfigure.NacosDiscoveryAutoRegister.class - [JAR]
com.alibaba.boot.nacos.discovery.properties
├─ com.alibaba.boot.nacos.discovery.properties.NacosDiscoveryProperties.class - [JAR]
├─ com.alibaba.boot.nacos.discovery.properties.Register.class - [JAR]
com.alibaba.boot.nacos.discovery
├─ com.alibaba.boot.nacos.discovery.NacosDiscoveryConstants.class - [JAR]