You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2021/10/14 14:47:34 UTC

[shardingsphere] branch master updated (b5891b2 -> 751e659)

This is an automated email from the ASF dual-hosted git repository.

jianglongtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from b5891b2  Reduce duplicate RQL datasets in integration test (#13045)
     add 751e659  For #12986, Migrate the sharding-readwrite-splitting example. (#13048)

No new revisions were added by this update.

Summary of changes:
 .../pom.xml                                         | 21 ++++++++++++++++++++-
 ...dingReadwriteSplittingSpringBootJpaExample.java} |  6 +++---
 ...lication-sharding-readwrite-splitting.properties | 19 +++++++++++++------
 .../src/main/resources/application.properties       |  4 +++-
 .../src/main/resources/logback.xml                  |  2 +-
 ...lication-sharding-readwrite-splitting.properties |  6 ++++++
 .../src/main/resources/application.properties       |  1 -
 7 files changed, 46 insertions(+), 13 deletions(-)
 copy examples/shardingsphere-jdbc-example/{single-feature-example/sharding-example/sharding-spring-boot-jpa-example/src/main/java/org/apache/shardingsphere/example/sharding/spring/boot/jpa/ShardingSpringBootJpaExample.java => mixed-feature-example/sharding-readwrite-splitting-example/sharding-readwrite-splitting-spring-boot-jpa-example/src/main/java/org/apache/shardingsphere/example/sharding/readwrite/splitting/spring/boot/jpa/ShardingReadwriteSplittingSpringBootJpaExample.java} (88%)
 rename examples/shardingsphere-jdbc-example/{single-feature-example/sharding-example/sharding-spring-boot-jpa-example => mixed-feature-example/sharding-readwrite-splitting-example/sharding-readwrite-splitting-spring-boot-jpa-example}/src/main/resources/application-sharding-readwrite-splitting.properties (85%)
 copy examples/shardingsphere-jdbc-example/mixed-feature-example/sharding-readwrite-splitting-example/{sharding-readwrite-splitting-spring-boot-mybatis-example => sharding-readwrite-splitting-spring-boot-jpa-example}/src/main/resources/application.properties (82%)
 copy examples/shardingsphere-jdbc-example/{single-feature-example/encrypt-example/encrypt-spring-boot-mybatis-example => mixed-feature-example/sharding-readwrite-splitting-example/sharding-readwrite-splitting-spring-boot-jpa-example}/src/main/resources/logback.xml (93%)