Set 'apache-geode-version' to 'master-apache-geode-version'.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[[geode-samples-boot-actuator]]
|
||||
= Spring Boot Actuator for Apache Geode & Pivotal GemFire
|
||||
:apache-geode-version: 16
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs:https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:images-dir: ../images
|
||||
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/current/reference/html
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[[geode-samples-boot-configuration]]
|
||||
= Spring Boot Auto-configuration for Apache Geode & Pivotal GemFire
|
||||
John Blum
|
||||
:apache-geode-version: 16
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:toc:
|
||||
:toclevels: 2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[[geode-samples-caching-http-session]]
|
||||
= HTTP Session State Caching with Spring
|
||||
:images-dir: ../images
|
||||
:apache-geode-version: 16
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-javadoc: https://geode.apache.org/releases/latest/javadoc
|
||||
:apache-geode-website: https://geode.apache.org/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[[geode-samples-caching-inline]]
|
||||
= Inline Caching with Spring
|
||||
:images-dir: ../images
|
||||
:apache-geode-version: 16
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-javadoc: https://geode.apache.org/releases/latest/javadoc
|
||||
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/current/reference/html
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[[geode-samples-caching-lookaside]]
|
||||
= Look-Aside Caching with Spring
|
||||
:images-dir: ../images
|
||||
:apache-geode-version: 16
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-javadoc: https://geode.apache.org/releases/latest/javadoc
|
||||
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/current/reference/html
|
||||
@@ -214,7 +214,7 @@ include::{samples-dir}/caching/look-aside/src/main/java/example/app/caching/look
|
||||
Essentially, we just inject our `CounterService` application class and wrap the service operations in Web service
|
||||
endpoints, accessible by URL using HTTP:
|
||||
|
||||
.Example Apache Geode Applications using Spring Boot
|
||||
.Counter Web service endpoints
|
||||
|===
|
||||
| URL | Description
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[[geode-samples-caching-near]]
|
||||
= Near Caching with Spring
|
||||
:images-dir: ../images
|
||||
:apache-geode-version: 16
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-javadoc: https://geode.apache.org/releases/latest/javadoc
|
||||
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/current/reference/html
|
||||
|
||||
@@ -10,7 +10,7 @@ John Blum
|
||||
:numbered:
|
||||
:icons: font
|
||||
:hide-uri-scheme:
|
||||
:apache-geode-version: 19
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-javadoc: https://geode.apache.org/releases/latest/javadoc
|
||||
:apache-geode-website: https://geode.apache.org/
|
||||
|
||||
Reference in New Issue
Block a user