- 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
- scikit-learn Cookbook
- Spring 5企業級開發實戰
- Java EE 6 企業級應用開發教程
- Spring技術內幕:深入解析Spring架構與設計
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Python Deep Learning
- Java游戲服務器架構實戰
- 機器人Python青少年編程開發實例
- Django Design Patterns and Best Practices
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Mastering Android Development with Kotlin
- Android玩家必備
- Babylon.js Essentials
- 輕松上手2D游戲開發:Unity入門
- Spring Boot+MVC實戰指南