Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

URL Cleanup #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.writing.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by-nd/3.0/
Except where otherwise noted, this work is licensed under https://creativecommons.org/licenses/by-nd/3.0/
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ data locally using a `LOCAL`, client Region, without the need to setup or run an

NOTE: Spring recommends the production, enterprise edition that is https://pivotal.io/pivotal-gemfire[Pivotal GemFire],
where you can create distributed caches and Regions across multiple nodes in cluster. Alternatively, you can also use
the open source version, http://geode.apache.org/[Apache Geode], and get support from the Apache Geode community.
the open source version, https://geode.apache.org/[Apache Geode], and get support from the Apache Geode community.

Now, remember how you tagged `Person` to be stored in a Region called "People" using the SDG mapping annotation,
`@Region("People")`? You define that Region here using the `ClientRegionFactoryBean<String, Person>` bean definition.
Expand Down