RaigorJiang opened a new issue #12566:
URL: https://github.com/apache/shardingsphere/issues/12566
Hi community,
This issue is for #10887.
### Background
Refor to #12557.
### Aim
1. Create module `mixed-feature-example` for `shardingsphere-jdbc-example`,
and create `sharding-readwrite-splitting-example` in `mixed-feature-example`.
2. Extract readwrite-splitting examples from `sharding-example` and become
an independent example module.
### How to
1. Create new module `mixed-feature-example` in
`shardingsphere-jdbc-example`.
2. Create new module `sharding-readwrite-splitting-example` in
`mixed-feature-example`.
3. Create the following examples in the
`sharding-readwrite-splitting-example` module:
- readwrite-splitting-raw-jdbc-example
- readwrite-splitting-spring-boot-jpa-example
- readwrite-splitting-spring-boot-mybatis-example
- readwrite-splitting-spring-namespace-jpa-example
- readwrite-splitting-spring-namespace-mybatis-example
4. All required files can be extracted from `sharding-example`, such as YAML
configuration file:
https://github.com/apache/shardingsphere/blob/master/examples/shardingsphere-jdbc-example/sharding-example/sharding-raw-jdbc-example/src/main/resources/META-INF/readwrite-splitting.yaml
5. The configuration and code of readwrite-splitting are no longer retained
in `sharding-example`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]