You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/antora/modules/ROOT/pages/preface.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ In general, this should be the starting point for developers wanting to try Spri
37
37
== Learning NoSQL and Key Value Stores
38
38
39
39
NoSQL stores have taken the storage world by storm.
40
-
It is a vast domain with a plethora of solutions, terms, and patterns (to make things worse, even the term itself has multiple https://www.google.com/search?q=nosoql+acronym[meanings]).
40
+
It is a vast domain with a plethora of solutions, terms, and patterns (to make things worse, even the term itself has multiple https://www.google.com/search?q=nosql+acronym[meanings]).
41
41
While some of the principles are common, it is crucial that you be familiar to some degree with the stores supported by SDR. The best way to get acquainted with these solutions is to read their documentation and follow their examples.
42
-
It usually does not take more then five to ten minutes to go through them and, if you come from an RDMBS-only background, many times these exercises can be eye-openers.
42
+
It usually does not take more than five to ten minutes to go through them and, if you come from an RDBMS-only background, many times these exercises can be eye-openers.
43
43
44
44
[[get-started:first-steps:samples]]
45
45
=== Trying out the Samples
@@ -61,12 +61,12 @@ Learning a new framework is not always straightforward.
61
61
In this section, we try to provide what we think is an easy-to-follow guide for starting with the Spring Data Redis module.
62
62
However, if you encounter issues or you need advice, feel free to use one of the following links:
63
63
64
-
[get-started:help:community]]
64
+
[[get-started:help:community]]
65
65
Community Forum :: Spring Data on https://stackoverflow.com/questions/tagged/spring-data[Stack Overflow] is a tag for all Spring Data (not just Document) users to share information and help each other.
66
66
Note that registration is needed only for posting.
67
67
68
68
[[get-started:help:professional]]
69
-
Professional Support :: Professional, from-the-source support, with guaranteed response time, is available from https://pivotal.io/[Pivotal Sofware, Inc.], the company behind Spring Data and Spring.
69
+
Professional Support :: Professional, from-the-source support, with guaranteed response time, is available from https://pivotal.io/[Pivotal Software, Inc.], the company behind Spring Data and Spring.
0 commit comments