Loading pom.xml +12 −2 Original line number Diff line number Diff line Loading @@ -102,12 +102,22 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> <artifactId>sharding-transaction-jdbc-spring</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> <artifactId>sharding-transaction-proxy-spring</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-jdbc-spring-boot-starter</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-proxy-spring-boot-starter</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> <artifactId>sharding-transaction-jdbc-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/boot/XATransactionalService.java +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package org.apache.shardingsphere.example.transaction.xa.spring.boot; import org.apache.shardingsphere.example.common.jpa.service.JPACommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> <artifactId>sharding-transaction-jdbc-spring</artifactId> </dependency> <dependency> Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/namespace/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.xa.spring.namespace; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading Loading
pom.xml +12 −2 Original line number Diff line number Diff line Loading @@ -102,12 +102,22 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> <artifactId>sharding-transaction-jdbc-spring</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> <artifactId>sharding-transaction-proxy-spring</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-jdbc-spring-boot-starter</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-proxy-spring-boot-starter</artifactId> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> <artifactId>sharding-transaction-jdbc-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/boot/XATransactionalService.java +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package org.apache.shardingsphere.example.transaction.xa.spring.boot; import org.apache.shardingsphere.example.common.jpa.service.JPACommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> <artifactId>sharding-transaction-jdbc-spring</artifactId> </dependency> <dependency> Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/namespace/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.xa.spring.namespace; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading