- 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.
- 移動UI設計(微課版)
- Clojure for Domain:specific Languages
- OpenStack Orchestration
- HTML5秘籍(第2版)
- Java Web開發就該這樣學
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Mastering Docker
- Java從入門到精通(視頻實戰版)
- Java Web動態網站開發(第2版·微課版)
- Learning ECMAScript 6
- Learning Alfresco Web Scripts
- Instant Pygame for Python Game Development How-to
- Apache Solr for Indexing Data
- Android開發權威指南(第二版)
- Mastering Magento Theme Design