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-shardingsphere-2022.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.taotao.cloud.shardingsphere.properties
├─ com.taotao.cloud.shardingsphere.properties.ShardingJdbcProperties.class - [JAR]
com.taotao.cloud.shardingsphere.algorithm
├─ com.taotao.cloud.shardingsphere.algorithm.CreateTimeShardingDatabaseAlgorithm.class - [JAR]
├─ com.taotao.cloud.shardingsphere.algorithm.CreateTimeShardingTableAlgorithm.class - [JAR]
├─ com.taotao.cloud.shardingsphere.algorithm.CreateTimeShardingTableAlgorithmBak.class - [JAR]
├─ com.taotao.cloud.shardingsphere.algorithm.DataSourceShardingAlgorithm.class - [JAR]
com.taotao.cloud.shardingsphere.configuration
├─ com.taotao.cloud.shardingsphere.configuration.ShardingJdbcAutoConfiguration.class - [JAR]