Skip to content

Add transactions example for couchbase #646

Closed
@mikereiche

Description

@mikereiche

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>

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions