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
_Spring Boot for Apache Geode & Pivotal GemFire_ extends https://projects.spring.io/spring-boot/[_Spring Boot_] with
@@ -11,6 +12,7 @@ This project builds on both https://github.com/spring-projects/spring-data-geode
11
12
and https://projects.spring.io/spring-data-gemfire/[_Spring Data for Pivotal GemFire_]
12
13
as well as https://spring.io/projects/spring-boot[Spring Boot].
13
14
15
+
[[project-goals]]
14
16
=== Project Goals
15
17
16
18
This project adds _Spring Boot_ **auto-configuration** support for both https://geode.apache.org/[Apache Geode]
@@ -20,11 +22,13 @@ Among other things, this project builds on https://projects.spring.io/spring-boo
20
22
as well as https://projects.spring.io/spring-data-gemfire/[_Spring Data for Apache Geode & Pivotal GemFire_]
21
23
and additionally offers...
22
24
23
-
1. _Auto-configures_ an _Apache Geode_ or _Pivotal GemFire_ https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html[ClientCache]
25
+
1. _Auto-configures_ an _Apache Geode_ or _Pivotal GemFire_ (PCC)
instance automatically when either _Spring Data for Apache Geode_ or _Spring Data for Pivotal GemFire_
25
28
are on the application's CLASSPATH.
26
29
27
-
2. _Auto-configures_ either _Apache Geode_ or _Pivotal GemFire_ as a _caching provider_ in https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache[_Spring's Cache Abstraction_]
30
+
2. _Auto-configures_ either _Apache Geode_ or _Pivotal GemFire_ (PCC) as a _caching provider_ in
You can find an example of using this project in the Pivotal Cloud Cache (PCC) https://github.com/pivotal-cf/PCC-Sample-App-PizzaStore[Pizza Store],
54
-
Spring Boot, Pivotal GemFire `ClientCache` application.
62
+
repository, which contains a Spring Boot, PCC `ClientCache` application.
55
63
56
64
Another example, https://github.com/jxblum/contacts-application/tree/master/boot-example[boot-example], can be found
57
65
in the Contacts Application Reference Implementation for _Spring Data for Apache Geode/Pivotal GemFire_ (SDG).
58
66
59
67
And finally, the documentation contains https://docs.spring.io/autorepo/docs/spring-boot-data-geode-build/1.0.0.BUILD-SNAPSHOT/reference/html5/#geode-samples[samples]
60
68
you may use to get started with SBDG.
61
69
70
+
[[spring-boot-project-site]]
62
71
== Spring Boot Project Site
63
72
64
73
You can find the documentation, issue management, support, samples, and guides for using _Spring Boot_
65
74
at https://projects.spring.io/spring-boot/
66
75
76
+
[[code-of-conduct]]
67
77
== Code of Conduct
68
78
69
79
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
70
80
By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
71
81
82
+
[[license]]
72
83
== License
73
84
74
85
_Spring Boot_, _Spring Boot for Apache Geode_ and _Spring Boot for Pivotal GemFire_ is Open Source Software
0 commit comments