[This needs to be voted to be reopened to answer.]
Spring boot is tipped as being the default go to when making a new spring application as it makes set up easier and automatically wires in common dependencies.
I am yet in industry to see spring-boot used in the manner advertised.
Factually and concisely, what are the disadvantages that are faced by developers on adoption of Spring boot as the de facto Spring go to?
The advantages of Spring Boot question shows advantages of which I agree there are many, but believe there should be a rounder view.
An example non opinion based point would be:
Spring boot may unnecessarily increase the deployment binary size with unused dependencies.
Not being able to customize logging easily as shown here.
Disadvantages of Spring BootLarge deployment files that result from unused dependencies. The long amount of time that it takes to replace legacy systems with Spring Boot applications. Its inability to build large, monolithic applications (although it works extremely well for developing microservices)
When you have a large number of different web apps, it can make sense to let the knowledge on that part only in the production team. In that case, you would not use Spring boot. On the other end, if the hosting is externalized, Spring boot allows to give a full package.
Spring Boot helps developers to start coding right away without wasting time on preparing and configuring the environment. In contrast to other Java frameworks, it provides flexible XML configurations, robust batch processing, database transactions, easy workflow, along with a wide variety of tools for development.
Spring boot Java Programming – specialities It has in-built language security features embedded by Java Compiler and the machine making it trustworthy especially for web development. It also employs robust code which lets your application development consider all cases of errors with the help of a code.
This is a very opinion based question but I believe that the biggest disadvantage that you might encounter is using it or Spring at all without understanding what value it gave to you or your project. It might be completely not aligned with your requirements and it is possible that you will configure everything by yourself at some point.
Let me comment bullet points that you liked in the question.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With