File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 28
28
<groupId >org.springframework.boot</groupId >
29
29
<artifactId >spring-boot-starter-data-redis-reactive</artifactId >
30
30
</dependency >
31
- <dependency >
32
- <groupId >org.springframework.session</groupId >
33
- <artifactId >spring-session-data-redis</artifactId >
34
- </dependency >
35
31
<dependency >
36
32
<groupId >org.springframework.boot</groupId >
37
33
<artifactId >spring-boot-starter-websocket</artifactId >
Original file line number Diff line number Diff line change @@ -17,5 +17,4 @@ spring.redis.port=6379
17
17
stomp.endpoint =/websocket
18
18
stomp.destinationPrefix =/topic
19
19
stomp.transactionsTopic =/topic/transactions
20
- management.endpoints.web.exposure.include =env
21
- spring.session.store-type =redis
20
+ management.endpoints.web.exposure.include =env
You can’t perform that action at this time.
0 commit comments