Spring boot is not adopted in our organisation. The disadvantages cited are bloated jars, less control and flexibility. I have tried to investigate above points but so far they dont seem valid.
- bloated jars - The spring blog states that a simple web server can be launched with 10 MB of heap.
- less control and flexibility - Netflix uses spring boot.Moreover,when I did some poc's, I didnt face flexibility issues.
I wanted to know if there are any mistakes in assesment.
1)Any examples on the loss of control/flexibility will be helpfull.
2)What are the anti patterns we need to be aware so the bloated jars issue dosent happen.