Forcing MongoDB to Listen to a Random Port
This commit is contained in:
parent
5fbc94ae90
commit
a0df759482
@ -3,7 +3,7 @@ server.port=8082
|
||||
|
||||
#spring boot mongodb
|
||||
spring.data.mongodb.host=localhost
|
||||
spring.data.mongodb.port=27017
|
||||
spring.data.mongodb.port=0
|
||||
spring.data.mongodb.database=springboot-mongo
|
||||
|
||||
spring.thymeleaf.cache=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user