-
use 3.7.0 instead of 3.2.0
-
### 使用版本:
最新版 1.38.0
### 报错信息:
无法访问javax.servlet.Filter
### 希望结果:
修改依赖包:
jakarta.servlet
jakarta.servlet-api
将 javax 名称全部更改 jakarta
### 复现步骤:
使用spingboot项目添加saToken注入过滤器即可复…
-
This was first mentioned by @lrozek in issue #2251 and implemented with issue #2198 in [release 2.7.0-M3](https://github.com/spring-projects/spring-data-redis/releases/tag/2.7.0-M3) . Hence, this issu…
-
When using a combination of `@RestartScope` Test Containers and the `DynamicPropertyRegistry` registry property values are not set back after Spring Dev Tools reload the project. The issue was partial…
-
### Discussed in https://github.com/lettuce-io/lettuce-core/discussions/2167
Originally posted by **shadymohs** July 28, 2022
Dear Sir/Madam,
I used to connect to Redis using spring boot 2.…
-
# Redis 란?
Key - Value 구조의 비정형 데이터를 저장 및 관리하기 위한 오픈 소스 기반의 비관계형 DBMS이다.
인메모리 데이터 구조를 가진 저장소이다.
### DB가 있는데 왜 쓰는 것일까?
DB는 물리 디스크에 I/O하므로 비휘발성이지만 속도가 느리다.
즉, DB 과부하때문에 캐시 서버를 도입하는데 이것이 Redis이다.…
-
this chapter has few errors and need to updated for better learning
1. groupId is wrong, it should be `com.redis.om` now
```xml
com.redis.om.spring
redis-om-spring
0.1.0-SNAPSHOT
```…
-
It appears that it is not that direct/trivial to override default pool config from spring data.
Using spring.data.redis.jedis.pool.* properties is not overriding default values.
One way to solve t…
-
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATACMNS-1306](https://jira.spring.io/browse/DATACMNS-1306?redirect=false)** and commented
Andy Wilkinson o…
-
**Versions**
Spring Boot 3.4.0
Spring Framework 6.2.0
Hi Spring team,
While upgrading our apps to Spring Boot 3.4.0, I've encountered that some of our tests don't start because the applicati…