Skip to content

Commit 3734e7a

Browse files
authored
Merge pull request #1 from redis-developer/simonprickett-patch-1
Added link to workshop video on YouTube
2 parents 3773363 + 8fb1f66 commit 3734e7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the powerful Spring Data Redis (SDR) framework. This app is a simple started application using Redis OM Spring to map, manipulate and query some simple Spring Data models backed by RedisJSON documents.
44

5+
Check out our [workshop video](https://youtu.be/YhQX8pHy3hk) for this project on YouTube.
6+
57
### Overview
68

79
The app provides a simple model `Person`:
@@ -247,4 +249,4 @@ spring.redis.password=5uper53cret
247249

248250
### 🧭Interact with the API
249251

250-
You can interact with the API directly with CURL or through the [Swagger interface](http://localhost:8080/swagger-ui/).
252+
You can interact with the API directly with CURL or through the [Swagger interface](http://localhost:8080/swagger-ui/).

0 commit comments

Comments
 (0)