Skip to content

Commit 7822553

Browse files
committed
reconfigure redis and fix docker-compose.yaml
1 parent 1878d96 commit 7822553

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ services:
44
container_name: user-webflux
55
environment:
66
- SERVER_PORT=8181
7-
- MONGODB_URI=mongodb://user:pass@mongo:27017/minisocialdb?authSource=admin
8-
- MONGODB_DATABASE=minisocialdb
97
ports:
108
- "8181:8181"
119
networks:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
4848
</dependency>
4949
<dependency>
50-
<groupId>org.redisson</groupId>
51-
<artifactId>redisson-spring-boot-starter</artifactId>
52-
<version>3.51.0</version>
50+
<groupId>org.springframework.boot</groupId>
51+
<artifactId>spring-boot-starter-data-redis-reactive</artifactId>
5352
</dependency>
5453

5554
<!-- Cloud dependencies -->
@@ -103,6 +102,7 @@
103102
</dependencies>
104103

105104
<dependencyManagement>
105+
<!-- Spring Cloud POM -->
106106
<dependencies>
107107
<dependency>
108108
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)