From e515149bc5121a9c9cbdd1d7d9876442dcb074ea Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 7 Dec 2020 21:50:11 -0800 Subject: [PATCH] Combine the cache-view.html and database-view.html into the golf-tournament-view.html for the Async Inline Caching Sample Spring Boot application. --- .../src/main/resources/static/cache-view.html | 54 ---------- .../main/resources/static/database-view.html | 55 ---------- .../static/golf-tournament-view.html | 102 ++++++++++++++++++ 3 files changed, 102 insertions(+), 109 deletions(-) delete mode 100644 spring-geode-samples/caching/inline-async/src/main/resources/static/cache-view.html delete mode 100644 spring-geode-samples/caching/inline-async/src/main/resources/static/database-view.html create mode 100644 spring-geode-samples/caching/inline-async/src/main/resources/static/golf-tournament-view.html diff --git a/spring-geode-samples/caching/inline-async/src/main/resources/static/cache-view.html b/spring-geode-samples/caching/inline-async/src/main/resources/static/cache-view.html deleted file mode 100644 index ee191aaf..00000000 --- a/spring-geode-samples/caching/inline-async/src/main/resources/static/cache-view.html +++ /dev/null @@ -1,54 +0,0 @@ - - - Golf Tournament Cache View - - - - -

The Masters - CACHE

- - - - - - - - - - - - - -
NameHoleScore
?
0
0
- - diff --git a/spring-geode-samples/caching/inline-async/src/main/resources/static/database-view.html b/spring-geode-samples/caching/inline-async/src/main/resources/static/database-view.html deleted file mode 100644 index 4071a0a6..00000000 --- a/spring-geode-samples/caching/inline-async/src/main/resources/static/database-view.html +++ /dev/null @@ -1,55 +0,0 @@ - - - Golf Tournament Database View - - - - -

The Masters - DATABASE

- - - - - - - - - - - - - -
NameHoleScore
?
0
0
- - diff --git a/spring-geode-samples/caching/inline-async/src/main/resources/static/golf-tournament-view.html b/spring-geode-samples/caching/inline-async/src/main/resources/static/golf-tournament-view.html new file mode 100644 index 00000000..fa20eb92 --- /dev/null +++ b/spring-geode-samples/caching/inline-async/src/main/resources/static/golf-tournament-view.html @@ -0,0 +1,102 @@ + + + Golf Tournament Cache View + + + + + +
The Masters - CACHE vs DATABASE
+ + + + + + + + + + + + + + +
CACHEDATABASE
+ + + + + + + + + + + + + + + +
NameHoleScore
?----
+
+ + + + + + + + + + + + + + + +
NameHoleScore
?----
+
+ +