terrymanu opened a new issue #12366: URL: https://github.com/apache/shardingsphere/issues/12366
The current example is little mess. The structure is: ``` example-core --config-utility --example-api --example-raw-jdbc --example-spring-jpa --example-spring-mybatis shardingsphere-parser-example shardingsphere-jdbc-example --sharding-example --transaction-example --other-feature-example --cluster-mode-example --cluster-mode-example shardingsphere-proxy-example --shardingsphere-proxy-hint-example --shardingsphere-proxy-boot-mybatis-example ``` The disadvantages are: 1. The category of example is not in same abstract level; 2. The example is not clear enough, there are too common in `example-core` module, user do not need to understander them; 3. Proxy do not need java connect example, config only is enough. It is better to make one example as independent, the lots of duplicated codes can consider about use code generation engine. It is better to adjust example structure as: ``` to be continue... ``` -- 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]
