Skip to content

Commit 4769f5b

Browse files
Cluster
AV-84196
1 parent d0d2e71 commit 4769f5b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

modules/hello-world/pages/spring-data-sample-application.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ public interface UserRepository extends CouchbaseRepository<User, String>, Dynam
5353
}
5454
----
5555

56-
Using the Spring Data Couchbase repository allows us to reduce boilerplate in our code and add a layer of abstraction to our
57-
database interactions.
56+
Using the Spring Data Couchbase repository allows us to reduce boilerplate in our code and add a layer of abstraction to our cluster interactions.
5857

59-
Creating a user shows the typical security concerns, with salted password hashes, as well as the advantages of using
60-
Spring Data Couchbase to `save` the username into the database using the `userRepository` we mentioned previously:
58+
Creating a user shows the typical security concerns, with salted password hashes,
59+
as well as the advantages of using Spring Data Couchbase to `save` the username into the database using the `userRepository` we mentioned previously:
6160

6261
[source,java]
6362
----
@@ -105,4 +104,4 @@ List<Map<String, Object>> results = new ArrayList<Map<String, Object>>();
105104

106105
include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=data-model]
107106

108-
include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=rest-api]
107+
include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=rest-api]

0 commit comments

Comments
 (0)