So, i have tried every possible version < 3.0 and follow every available guide out there on the web but non of these made my swagger work.
I have even found an internal project with a working swagger but even if i do exactly what they did my swagger returns a 404.
Unfortunately the project code does contain no error logging at all so i am at lost what is wrong in my set up. I suspect that the this.documentationCache.documentationByGroup(groupName); returns null and thus the 404. But hey, no logging so how do i know for sure.
It could be because my project has 2 sub-projects containing the actual code, but there are no examples to be found on how to swagger a project like that.
So, i have tried every possible version < 3.0 and follow every available guide out there on the web but non of these made my swagger work.
I have even found an internal project with a working swagger but even if i do exactly what they did my swagger returns a 404.
Unfortunately the project code does contain no error logging at all so i am at lost what is wrong in my set up. I suspect that the this.documentationCache.documentationByGroup(groupName); returns null and thus the 404. But hey, no logging so how do i know for sure.
It could be because my project has 2 sub-projects containing the actual code, but there are no examples to be found on how to swagger a project like that.