mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-06-20 11:14:34 +00:00
Update mongo example to last boot version
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.5.5</version>
|
||||
<version>2.6.2</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
spring:
|
||||
mongodb:
|
||||
embedded:
|
||||
version: 3.5.5
|
||||
data:
|
||||
mongodb:
|
||||
port: 0
|
||||
|
||||
Reference in New Issue
Block a user