- 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
- Embedded Linux Projects Using Yocto Project Cookbook
- Beginning Java Data Structures and Algorithms
- Pandas Cookbook
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- HTML5 移動Web開發從入門到精通(微課精編版)
- Learning Bayesian Models with R
- GameMaker Essentials
- RubyMotion iOS Develoment Essentials
- Webpack實戰:入門、進階與調優(第2版)
- Tableau Desktop可視化高級應用
- 數據科學中的實用統計學(第2版)
- SQL Server 2012 數據庫應用教程(第3版)
- SQL Server on Linux
- Implementing Domain:Specific Languages with Xtext and Xtend
- Java核心技術速學版(第3版)