RaigorJiang opened a new issue #15813: URL: https://github.com/apache/shardingsphere/issues/15813
Hi community, This issue is for [OpenForce 2022](https://github.com/apache/shardingsphere/discussions/12683#discussioncomment-2139441) ### Background What is feature Shadow? https://shardingsphere.apache.org/document/current/en/features/shadow/ [shadow-example](https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-jdbc-example/single-feature-example/shadow-example) is used to demonstrate how to integrate ShardingSphere-JDBC and enable `shadow`. Now, it has three sub-modules: ``` <module>shadow-raw-jdbc-example</module> <module>shadow-spring-boot-mybatis-example</module> <module>shadow-spring-namespace-mybatis-example</module> ``` ### Aim Add `shadow-spring-boot-jpa-example` for `shadow-example` ### Basic Qualifications - Java - Maven ### Example FYI - [Configuration Item Explanation](https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/spring-boot-starter/rules/shadow/) - [sharding-spring-boot-jpa-example](https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-jdbc-example/single-feature-example/sharding-example/sharding-spring-boot-jpa-example) ### Notice - You need to clone the ShardingSphere project from [here](https://github.com/apache/shardingsphere) first - In the ShardingSphere directory, `examples` is a separate maven project, you should open `examples` instead of `ShardingSphere` in the IDE. - Contributor Guide: https://shardingsphere.apache.org/community/en/contribute/contributor/ - Code of Conduct: https://shardingsphere.apache.org/community/en/contribute/code-conduct/ -- 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]
