Cloud-native development frameworks under the Tanzu umbrella
As mentioned in previous sections and chapters, the Tanzu portfolio didn’t materialize out of thin air. Rather, it is the thoughtful natural expression of many years of work and has helped some of the world’s largest and most notable companies cultivate their software competency. One outcome of that experience is learning which development frameworks maximize developer productivity while minimizing toil, tedium, and bad practice.
At this point, we’ve successfully deployed, updated, downloaded, and implemented a simple API based on an application accelerator. Our example used Spring Boot. How did we arrive at Spring Boot as the underlying application framework for our API?
The Spring Framework and Spring Boot
The framework of choice for many of the most successful Tanzu customers has been the Spring Framework. This is proven by the millions of applications started with Spring Initializr at https...