提交 5b744813 编写于 作者: H haocao

Rename sharding-jdbc-config-spring to sharding-jdbc-spring-namespace.

上级 6c007b19
......@@ -8,7 +8,7 @@
<modules>
<module>sharding-jdbc-core</module>
<module>sharding-jdbc-config</module>
<module>sharding-jdbc-spring</module>
<module>sharding-jdbc-transaction-parent</module>
<module>sharding-jdbc-orchestration</module>
</modules>
......
......@@ -8,11 +8,11 @@
<artifactId>sharding-jdbc</artifactId>
<version>2.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-jdbc-config</artifactId>
<artifactId>sharding-jdbc-spring</artifactId>
<packaging>pom</packaging>
<modules>
<module>sharding-jdbc-config-spring</module>
<module>sharding-jdbc-spring-namespace</module>
</modules>
<dependencies>
......
......@@ -2,10 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-config</artifactId>
<artifactId>sharding-jdbc-spring</artifactId>
<version>2.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-jdbc-config-spring</artifactId>
<artifactId>sharding-jdbc-spring-namespace</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册