1.

Why we should avoid the Spring boot framework?

Answer»

Besides advantages, there are few issues, where we should THINK about to adopt the SPRING boot framework to develop the microservice based architecture. 

  • Spring boot unnecessary increase the SIZE of the build with unused dependencies.
  • Not able to create the WAR file manually and difficult to configure externally.
  • Doesn’t provide much control and tuning the running build.
  • It’s only suitable for micro-services which eventually need to deploy in docker, but not large or mono lithics web services. 

Spring boot doesn’t provide good compatibility if we are integrating third party framework. 



Discussion

No Comment Found