- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 137字
- 2021-06-24 19:17:30
Creating the CMS application structure
Now we will create our first application with the Spring Framework; we will create a basic structure for the CMS application with Spring Initializr. This page helps to bootstrap our application, it's a kind of guide which allows us to configure the dependencies on Maven or Gradle. We can also choose the language and version of Spring Boot.
The page looks like this:

In the Project Metadata section, we can put the coordinates for Maven projects; there is a group field which refers to the groupId tag, and we have artifacts which refer to the artifactId. This is all for the Maven coordinates.
The dependencies section enables the configuration of the Spring dependencies, the field has the autocomplete feature and helps developers to put in the correct dependency.
- HornetQ Messaging Developer’s Guide
- Mastering Entity Framework Core 2.0
- FuelPHP Application Development Blueprints
- 深度學習經典案例解析:基于MATLAB
- Raspberry Pi for Secret Agents(Third Edition)
- C語言程序設計
- NGINX Cookbook
- Node Cookbook(Second Edition)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Scratch·愛編程的藝術家
- 黑莓(BlackBerry)開發從入門到精通
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Solr權威指南(下卷)
- Learning Alfresco Web Scripts
- Python Penetration Testing Essentials