Skip to content

Instantly share code, notes, and snippets.

@atesibrahim
Created July 19, 2022 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atesibrahim/ead22627f7a5c9ddb29b12bb75138176 to your computer and use it in GitHub Desktop.
Save atesibrahim/ead22627f7a5c9ddb29b12bb75138176 to your computer and use it in GitHub Desktop.
Couchbase Example
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-couchbase</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment