Spring MVC Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 2. Designing a Microservice Architecture with Spring MVC

In this chapter, we will cover the following topics:

  • Configuring a controller with simple URL mapping
  • Configuring a fallback controller using the ViewResolver
  • Setting up and customizing a responsive single page webdesign with Bootstrap
  • Displaying a model in the View using the JSTL
  • Defining a common WebContentInterceptor
  • Designing a client-side MVC pattern with AngularJS