Hello, everyone, I'm trying to set up spring security and I think I got it working but I'd like an efficient way to filter url patterns other than using antMatchers. I've seen some people use extended xml, but I'm unaware of exactly how to leverage this feature (Where should the file go, how should it be named, where can I find more docs about this feature?). Most importantly, I was curious if there was a dedicated DSL for spring security, similar to what
router {}
does, if there is I can't seem to find the docs. Can anyone here point me in the right direction?