I am provided with fat JAR's. Now I want to build a spring boot REST webservice for each. The webservice needs to use the classes and libraries in the fat JAR. Unfortunately the JAR'S in the lib folder of the fat JAR are not used by either maven or the IDE out of the box.
The only working solution I found so far is to unzip the fat JAR and then add the libs folder to my project.
How do I use the fat JAR with my spring boot webservice?