spring-data-examples icon indicating copy to clipboard operation
spring-data-examples copied to clipboard

Add transactions example for couchbase

Open mikereiche opened this issue 3 years ago • 0 comments

Since transactions are only available starting with spring-data-couchbase 5.0.0 (spring-boot-starter-parent 3.0.0) this module will need to have a different parent than the other spring data couchbase examples.

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>3.0.0-SNAPSHOT</version>
    <relativePath/> <!-- lookup parent from repository --> 
</parent>

mikereiche avatar Oct 10 '22 19:10 mikereiche