Summary
In this chapter, we have demonstrated the process of using Spring boot to Bootstarp applications. We started with setting up a simple Spring boot project. We have also created a simple MVC application with Gradle support. Next, we discussed hot swapping java files using Spring boot.
We have also given information as to how Spring boot supports the cloud foundry server and helps to deploy applications on cloud. Lastly, we have demonstrated a restful application with Spring boot.
In the next chapter, we will talk about Spring caching.