diff --git a/modules/hello-world/pages/spring-data-sample-application.adoc b/modules/hello-world/pages/spring-data-sample-application.adoc index f9423c35..95488cb9 100644 --- a/modules/hello-world/pages/spring-data-sample-application.adoc +++ b/modules/hello-world/pages/spring-data-sample-application.adoc @@ -53,11 +53,10 @@ public interface UserRepository extends CouchbaseRepository, Dynam } ---- -Using the Spring Data Couchbase repository allows us to reduce boilerplate in our code and add a layer of abstraction to our -database interactions. +Using the Spring Data Couchbase repository allows us to reduce boilerplate in our code and add a layer of abstraction to our cluster interactions. -Creating a user shows the typical security concerns, with salted password hashes, as well as the advantages of using -Spring Data Couchbase to `save` the username into the database using the `userRepository` we mentioned previously: +Creating a user shows the typical security concerns, with salted password hashes, +as well as the advantages of using Spring Data Couchbase to `save` the username into the database using the `userRepository` we mentioned previously: [source,java] ---- @@ -105,4 +104,4 @@ List> results = new ArrayList>(); include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=data-model] -include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=rest-api] \ No newline at end of file +include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=rest-api]