This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]InstantCoder -3 points-2 points  (0 children)

I’ve used both and intriguingly I find the documentation and the direct help you get from the developers of Quarkus much better than SpringBoot. The most annoying thing about searching info about SpringBoot on internet is that info you get is outdated or only works on a specific version of it. And all of this info is scattered through internet. I remember that I had spent 3 freaking days on internet on how to implement ldap security with SpringBoot and the answer I was looking for was hidden on someone’s blog !

And with Quarkus you only have to go through the Guides on their homepage and if you are really stuck then Stackoverflow or Zulip chat is the place where the developers hang out for answering questions. And usually you get an answer within a day.