File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 -->
103102 </dependencies >
104103
105104 <dependencyManagement >
105+ <!-- Spring Cloud POM -->
106106 <dependencies >
107107 <dependency >
108108 <groupId >org.springframework.cloud</groupId >
You can’t perform that action at this time.
0 commit comments