Quantcast
Channel: BlogoSfera » exclude
Viewing all articles
Browse latest Browse all 11

How to exclude lib-provided from spring boot

$
0
0

My spring boot war is simply too large and I want to make some optimalisation. SPring boot has the option to run war with java -jar, that is why lib-provided (with all provided dependecies) is still inside the war even though the dependecies are not needed there (I will never run it as standalone). Can […]

The post How to exclude lib-provided from spring boot appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 11

Trending Articles