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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -574,36 +574,36 @@ These can be found in the `/demos` folder:
574
574
575
575
-**roms-documents**:
576
576
- Simple API example of `@Document` mapping, Spring Repositories and Querying.
577
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-documents`
577
+
- Run with `./gradlew :demos:roms-documents:bootRun`
578
578
579
579
-**roms-hashes**:
580
580
- Simple API example of `@RedisHash`, enhanced secondary indices and querying.
581
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-hashes`
581
+
- Run with `./gradlew :demos:roms-hashes:bootRun`
582
582
583
583
-**roms-permits**:
584
584
- Port of [Elena Kolevska's](https://github.com/elena-kolevska) Quick Start: Using RediSearch with
585
585
JSON [Demo][redisearch-json] to Redis OM Spring.
586
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-permits`
586
+
- Run with `./gradlew :demos:roms-permits:bootRun`
587
587
588
588
-**roms-vss**:
589
589
- Port of [Redis Vector Search Demo](https://github.com/redis-developer/redis-product-search) for fashion product recommendations using vector similarity search.
590
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-vss`
590
+
- Run with `./gradlew :demos:roms-vss:bootRun`
591
591
592
592
-**roms-vss-movies**:
593
593
- Movie recommendation system showcasing Redis 8's vector similarity search capabilities.
594
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-vss-movies`
594
+
- Run with `./gradlew :demos:roms-vss-movies:bootRun`
595
595
596
596
-**roms-modeling**:
597
597
- Simple API example of modeling, Spring Repositories and Querying.
598
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-modeling`
598
+
- Run with `./gradlew :demos:roms-modeling:bootRun`
599
599
600
600
-**roms-vectorizers**:
601
601
- Simple API example of vectorizing, Spring Repositories and Querying.
602
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-vectorizers`
602
+
- Run with `./gradlew :demos:roms-vectorizer:bootRun`
603
603
604
604
-**roms-amr-entraid**:
605
605
- Demo showing how to connect to Azure Managed Redis (AMR) using Microsoft Entra ID authentication.
606
-
- Run with `./mvnw install -Dmaven.test.skip && ./mvnw spring-boot:run -pl demos/roms-amr-entraid`
606
+
- Run with `./gradlew :demos:roms-amr-entraid:bootRun`
0 commit comments