- 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.
- C++程序設計教程
- Python編程自學手冊
- 跟小海龜學Python
- Julia機器學習核心編程:人人可用的高性能科學計算
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Haxe Game Development Essentials
- Scala程序員面試算法寶典
- RSpec Essentials
- Unity&VR游戲美術設計實戰
- JavaScript動態網頁編程
- IoT Projects with Bluetooth Low Energy
- Python期貨量化交易實戰
- IPython Interactive Computing and Visualization Cookbook
- Tableau Dashboard Cookbook
- Instant GLEW