Skip to content

Commit 27e02b7

Browse files
authored
Update README.md
1 parent f84b68d commit 27e02b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Quickstart in Couchbase with C# and ASP .NET
2-
#### Build a REST API with Couchbase's C# SDK 3 and ASP .NET
1+
# Quickstart in Couchbase with Java and Spring Boot
2+
#### Build a REST API with Couchbase's Java SDK 3 and Spring Boot
33

44
> This repo is designed to teach you how to connect to a Couchbase cluster to create, read, update, and delete documents and how to write simple parametrized N1QL queries.
55
@@ -57,4 +57,4 @@ A fully list of packages are referenced in the pom.xml file
5757

5858
## Conclusion
5959

60-
Setting up a basic REST API in Spring Boot with Couchbase is fairly simple. This project when run with Couchbase Server 7 installed creates a bucket in Couchbase, an index for our parameterized link:https://docs.couchbase.com/java-sdk/current/howtos/n1ql-queries-with-sdk.html[N1QL query], and showcases basic CRUD operations needed in most applications.
60+
Setting up a basic REST API in Spring Boot with Couchbase is fairly simple. This project when run with Couchbase Server 7 installed creates a bucket in Couchbase, an index for our parameterized link:https://docs.couchbase.com/java-sdk/current/howtos/n1ql-queries-with-sdk.html[N1QL query], and showcases basic CRUD operations needed in most applications.

0 commit comments

Comments
 (0)