mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
GridFS is a concept specific to Spring Data MongoDB while MongoConnectionDetails provides general details for connecting to MongoDB, with or without Spring Data MongoDB. As such GridFS does not belong on MongoConnectionDetails and this commit removes it. Support for configuring GridFS through properties remains. Closes gh-47044