Example for 1.x please see tags in https://github.com/apache/shardingsphere/tree/${tag}/shardingsphere-jdbc-example
Example for 2.x or 3.x or 4.x please see tags in https://github.com/apache/shardingsphere-example/tree/${tag}
Notices
The shardingsphere-jdbc-example-generator module is a brand-new sample experience module.
Please make sure primary replica data replication sync on MySQL is running correctly. Otherwise, readwrite-splitting example will query empty data from the replica.
master branchPlease make sure some dependencies from Apache ShardingSphere has been installed since examples depend on that. if you are a newbie for Apache ShardingSphere, you could prepare the dependencies as following:
download and install Apache ShardingSphere:
## download source code git clone https://github.com/apache/shardingsphere.git ## compile source code cd shardingsphere ./mvnw clean install -P-dev,release,all
shardingsphere-example
├── shardingsphere-jdbc-example-generator
├── shardingsphere-parser-example
└── src/resources
└── manual_schema.sql
| Example | Description |
|---|---|
| ShardingSphere-JDBC Examples | Generate the examples by configuration and show how to use ShardingSphere-JDBC |