Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ Sharding-JDBC is a JDBC extension, provides distributed features such as shardin # Architecture   # [Release Notes](https://github.com/shardingjdbc/sharding-jdbc/releases) Loading README_ZH.md +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ Sharding-JDBC定位为轻量级java框架,使用客户端直连数据库,以 # Architecture   # [Release Notes](https://github.com/shardingjdbc/sharding-jdbc/releases) Loading RELEASE-NOTES.md +12 −0 Original line number Diff line number Diff line ## 2.0.0.M3 ### 里程碑 1. 读写分离从库治理,可以禁用从库的访问 1. ConfigMap支持,可以在分片和读写分离策略中获取预定义的元数据 ### 缺陷修正 1. [ISSUE #436](https://github.com/shardingjdbc/sharding-jdbc/issues/436) 读写分离多从库配置RoundRobin算法并使用MyBatis时,只能路由到同一从库 1. [ISSUE #452](https://github.com/shardingjdbc/sharding-jdbc/issues/452) DDL语句分片至多个表会造成连接泄漏的问题 ## 2.0.0.M2 ### 里程碑 Loading pom.xml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.shardingjdbc</groupId> <artifactId>sharding-jdbc</artifactId> <version>2.0.0.M2</version> <version>2.0.0.M3</version> <packaging>pom</packaging> <name>${project.artifactId}</name> Loading Loading @@ -515,7 +515,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <version>${maven-checkstyle-plugin.version}</version> <configuration> <configLocation>src/main/resources/dd_checks.xml</configLocation> <configLocation>src/resources/dd_checks.xml</configLocation> </configuration> </plugin> <plugin> Loading sharding-jdbc-core/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <parent> <groupId>io.shardingjdbc</groupId> <artifactId>sharding-jdbc</artifactId> <version>2.0.0.M2</version> <version>2.0.0.M3</version> </parent> <artifactId>sharding-jdbc-core</artifactId> <name>${project.artifactId}</name> Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ Sharding-JDBC is a JDBC extension, provides distributed features such as shardin # Architecture   # [Release Notes](https://github.com/shardingjdbc/sharding-jdbc/releases) Loading
README_ZH.md +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ Sharding-JDBC定位为轻量级java框架,使用客户端直连数据库,以 # Architecture   # [Release Notes](https://github.com/shardingjdbc/sharding-jdbc/releases) Loading
RELEASE-NOTES.md +12 −0 Original line number Diff line number Diff line ## 2.0.0.M3 ### 里程碑 1. 读写分离从库治理,可以禁用从库的访问 1. ConfigMap支持,可以在分片和读写分离策略中获取预定义的元数据 ### 缺陷修正 1. [ISSUE #436](https://github.com/shardingjdbc/sharding-jdbc/issues/436) 读写分离多从库配置RoundRobin算法并使用MyBatis时,只能路由到同一从库 1. [ISSUE #452](https://github.com/shardingjdbc/sharding-jdbc/issues/452) DDL语句分片至多个表会造成连接泄漏的问题 ## 2.0.0.M2 ### 里程碑 Loading
pom.xml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.shardingjdbc</groupId> <artifactId>sharding-jdbc</artifactId> <version>2.0.0.M2</version> <version>2.0.0.M3</version> <packaging>pom</packaging> <name>${project.artifactId}</name> Loading Loading @@ -515,7 +515,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <version>${maven-checkstyle-plugin.version}</version> <configuration> <configLocation>src/main/resources/dd_checks.xml</configLocation> <configLocation>src/resources/dd_checks.xml</configLocation> </configuration> </plugin> <plugin> Loading
sharding-jdbc-core/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <parent> <groupId>io.shardingjdbc</groupId> <artifactId>sharding-jdbc</artifactId> <version>2.0.0.M2</version> <version>2.0.0.M3</version> </parent> <artifactId>sharding-jdbc-core</artifactId> <name>${project.artifactId}</name> Loading