Hello, I'm trying to integrate Jersey + Spring boot + Swagger (then Swagger UI) in my project. Please don't tell me / ask why these frameworks. I know it's weird configuration.
I couldn't find any working example. I have this simple Jersey + Spring boot api, and there is some code that I tried to write, to make Swagger work.
But it's not working. It runs successfully until I try to add resources (JerseyInitialization.java, line 32).
Does anyone have working example of this configuration? Just simple things, how to configure this.
Thanks, Konrad