Avoid trivialising what the reader's learning about

Closes gh-22408
This commit is contained in:
Andy Wilkinson
2020-07-20 13:23:41 +01:00
parent 4a0031a21e
commit 179d2c79d6
16 changed files with 64 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
= Spring Boot Couchbase Sample
This sample demonstrates how you can store a simple document using Spring Data Couchbase.
This sample demonstrates how you can store a document using Spring Data Couchbase.
The sample expects couchbase to run on your machine with a bucket named `default` and
no password. You can customize these settings in `application.properties`.