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
+18
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,24 @@ ng:
71
71
source: ""
72
72
```
73
73
74
+
## Add dependencies
75
+
76
+
```groovy
77
+
// The "spring-data-redis" library, version 2.7.8, is a Spring Data module that provides easy configuration and access to Redis from Spring applications,
78
+
// offering comprehensive support for Redis operations, including connection management, RedisTemplate, and repository support for Spring Data.
Copy file name to clipboardexpand all lines: plugin/build.gradle
+13
Original file line number
Diff line number
Diff line change
@@ -172,4 +172,17 @@ dependencies {
172
172
// The "spring-boot-configuration-processor" library, version 2.7.18,
173
173
// is a Spring Boot module that processes configuration metadata annotations to generate metadata files and aid in auto-configuration of Spring applications.
// The "spring-data-redis" library, version 2.7.8, is a Spring Data module that provides easy configuration and access to Redis from Spring applications,
176
+
// offering comprehensive support for Redis operations, including connection management, RedisTemplate, and repository support for Spring Data.
0 commit comments