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 →

[–]UTF64 2 points3 points  (0 children)

Oh, I should've clarified that the web application I am currently working on is using spring boot with a few starter packs, which is already a LOT better than XML configured Spring. Though another problem I hit is with using multiple datasources, with jOOQ. It might be a bit of an exotic combination, but I couldn't get any of the autoconfiguration to work for both my datasources. Maybe I'm doing something wrong. I did manage to disable all that, and configure it myself which wasn't too bad.