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 shardingsphere-sharding-spring-boot-starter-5.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.sharding.spring.boot.rule
├─ org.apache.shardingsphere.sharding.spring.boot.rule.YamlShardingRuleSpringBootConfiguration.class - [JAR]
org.apache.shardingsphere.sharding.spring.boot.algorithm
├─ org.apache.shardingsphere.sharding.spring.boot.algorithm.KeyGenerateAlgorithmProvidedBeanRegistry.class - [JAR]
├─ org.apache.shardingsphere.sharding.spring.boot.algorithm.ShardingAlgorithmProvidedBeanRegistry.class - [JAR]
├─ org.apache.shardingsphere.sharding.spring.boot.algorithm.ShardingAuditAlgorithmProvidedBeanRegistry.class - [JAR]
org.apache.shardingsphere.sharding.spring.boot
├─ org.apache.shardingsphere.sharding.spring.boot.ShardingRuleSpringBootConfiguration.class - [JAR]
org.apache.shardingsphere.sharding.spring.boot.condition
├─ org.apache.shardingsphere.sharding.spring.boot.condition.ShardingSpringBootCondition.class - [JAR]