OpenSharding/opensharding-spi-impl-example

sharding-transaction-jdbc-spring-boot-starter missing

Closed this issue · 4 comments

在pom.xml文件使用如下引入事务的依赖包,但是引入失败:Missing artifact io.shardingsphere:sharding-transaction-jdbc-spring-boot-starter:jar:4.0.0-
RC2

此依赖包是否上传到mvn仓库了???

<dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-jdbc-spring-boot-starter</artifactId> <version>4.0.0-RC2</version> </dependency>

you should install it by yourself, spi project will not been published to mvn repository.

you should install it by yourself, spi project will not been published to mvn repository.

那之后的版本有计划发布到mvn repository 吗 ?

we consider about redesigning it, it will be integrated to ShardingSphere in future.

we consider about redesigning it, it will be integrated to ShardingSphere in future.

谢谢你的解答,希望能够尽快集成到ShardingSphere中。