- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 207字
- 2021-06-24 19:17:30
Starting in the Spring World – the CMS Application
Now, we'll create our first application; at this point, we have learned the Spring concepts, and we are ready to put them into practice. At the beginning of this chapter, we'll introduce the Spring dependencies to create a web application, also we know that Spring Initializr is a fantastic project that enables developers to create Spring skeleton projects, with as many dependencies as they want. In this chapter, we will learn how to put up our first Spring application on IDE and command line, expose our first endpoint, understand how this works under the hood, and get to know the main annotations of Spring REST support. We will figure out how to create a service layer for the CMS (Content Management System) application and understand how Dependency Injection works in a Spring container. We will meet the Spring stereotypes and implement our first Spring bean. At the end of this chapter, we will explain how to create a view layer and integrate that with AngularJS.
In this chapter, the following topics will be covered:
- Creating the project structure
- Running the first Spring application
- Introducing the REST support
- Understanding the Dependency Injection in Spring
- OpenStack Cloud Computing Cookbook(Third Edition)
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Learn to Create WordPress Themes by Building 5 Projects
- Learning RxJava
- Leap Motion Development Essentials
- Python程序設計(第3版)
- Java Web開發之道
- Mastering OpenCV 4
- Object-Oriented JavaScript(Second Edition)
- Python機器學習算法: 原理、實現與案例
- Scala Data Analysis Cookbook
- Visual Studio Code 權威指南
- STM8實戰
- Less Web Development Cookbook
- Koa與Node.js開發實戰