I constantly fear Spring Boot magically reconfiguring itself based on what it finds in the classpath, and half the codebase being annotations and import statements.
I've found the metaprogramming in Ruby much easier to understand and teach than Java's reflection and annotation processing.
I really gave Spring Boot a shot, it's just way above my head. Never felt like I had a good sense of knowing what the heck was going on what with all the Beans and annotations. But my Java was pretty poor - that could be the reason.
However I never had this difficulty with Rails/Django/Node, they all felt pretty intuitive to me.
Not my experience at all when doing Spring Boot, talk about magic. Rails looks dead simple compared to that.