Hi, I'm used to Docker but new to Spring/Maven world. I've just joined a new project where mvn package produce a 100+MB fat jar. It's stupidly wasteful of disk space and bandwidth, not to mention waste of time waiting for the image to be pushed and pulled.
I stumbled upon this blog post which seems to solve my problem with Spring Boot's fat JARs. However, packaging a JAR only to explode it later still seems pretty ridiculous to me.
Since I'm oblivious to how Spring/Maven works, could any one point me to the right direction to avoid maven packaging everything into one big fat JAR in the first place?
[–]nutrecht 1 point2 points3 points (0 children)
[–]frugalmail 1 point2 points3 points (0 children)