A quick guide to interacting with GridFS using Spring Data MongoDB.
Also find me here:
Baeldung Author
Alexey Semenyuk
I'm a seasoned Senior Software Engineer with deep expertise in Java, Golang, and Rust. I have a strong track record of building scalable and efficient systems across diverse domains. As an active open source contributor, I stay closely connected to the developer community and continuously evolve my skills.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Data (3)
- NoSQL (3)
- Spring MVC (1)
Custom Cascading in Spring Data MongoDB
Filed under NoSQL, Spring Data
How to implement a solid, generic cascading mechanism with lifecycle events in Spring Data MongoDB.
A Guide to Queries in Spring Data MongoDB
Filed under NoSQL, Spring Data
How to Query MongoDB with Spring Data: Query and Criteria, auto-generated repository methods, raw queries with the @Query annotation as well as QueryDSL.
A Guide To Spring Redirects
Filed under Spring MVC
A guide to redirect and forward in Spring MVC, with a focus on the code and implementation of each strategy.