-
## Spring에서 Redis Sorted set으로 인기검색어 순위 나타내기
redis란 ? + 명령어 확인 #14 참고
### 1. 의존성 추가
``` java
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'io.lettuce:…
-
![image](https://user-images.githubusercontent.com/6847901/180678978-b7eda9a3-5bf2-4530-82b2-3785cbd080d7.png)
micro service application with springboot but only redission(3.17.3) client. applye…
-
Including the spring-boot-starter-webflux (in Spring Boot 3.1.1, possibly earlier) as a dependency in a project with Redis-OM 0.8.4 causes the following error on startup:
> Caused by: org.springfra…
-
jpa connection -> redis 연결이 쉬움
(redis는 따지고보면 DB가 아니라서)
redis와 session 관리는 찰떡이다!
- 예를 들면 토큰 만료시간 조절에 자주 쓰임
- redis는 인메모리DB이기 때문에 저장하는 데이터 크기가 큰 것은 좋지 않다
- 데이터 저장 시 고려할 점
- 엔티티 자체는 저…
-
这是我springboot的版本:
4.0.0
org.springframework.boot
spring-boot-starter-parent
2.3.12.RELEASE
com.hmdp
hm-dianping
0.0.1-SNAPSHOT…
-
## 할일
- spring boot jpa
- gradle
-
Lealone如何整合Redis,MongoDB,整合springsecurity这些框架去使用呢?是否跟springboot整合是一样的嘛?
-
依赖名称:
concept-websocket-loadbalance-spring-boot-starter
依赖版本:
com.github.linyuzai
concept-websocket-loadbalance-spring-boot-starter
2.3.2
-
springboot version `2.6.0`
springcloud version `3.1.4`
nacosconfig version `2021.1`
bootstrap.yml
``` yaml
spring:
application:
name: config-app
cloud:
…
-
test