#springboot
Read more stories on Hashnode
Articles with this tag
It's been a long time coming, but I finally came around to set up MongoDB with replicas for local development. TLDR; clone the repository, run docker...
Introduction If you have used Spring Security before, you will likely enable the debug mode at some point @Configuration @EnableWebSecurity(debug =...
Introduction In one of my project setups, the authentication process is offloaded to Keycloak and set up with an Open Policy Agent sidecar in a...
Background While I was writing for another blog post, I realize something interesting about RequestHeaderAuthenticationFilter where it isn't...
I am exploring to use Debezium as my Change Data Capture tool to introduce it into my team/project. I wanted to keep it simple, hence I chose to go...
If you have used Spring Data MongoDB, have you ever thought of what exactly is the default mapping behavior from MongoDB Document to Java POJO? What...