Skip to content

Commit

Permalink
feat: 修改内嵌mongodb版本 #1068
Browse files Browse the repository at this point in the history
  • Loading branch information
felixncheng committed Sep 20, 2023
1 parent d8c90d5 commit 7e6f714
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@

spring.cloud.consul.enabled=false
spring.main.lazy-initialization=true
spring.mongodb.embedded.version=3.3.1
spring.mongodb.embedded.version=4.0.2

sharding.count=1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@

spring.cloud.consul.enabled=false
spring.main.lazy-initialization=true
spring.mongodb.embedded.version=3.3.1
spring.mongodb.embedded.version=4.0.2

sharding.count=1
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

spring.cloud.consul.enabled=false
spring.main.lazy-initialization=true
spring.mongodb.embedded.version=3.3.1
spring.mongodb.embedded.version=4.0.2

0 comments on commit 7e6f714

Please sign in to comment.