- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 174字
- 2021-06-24 19:17:31
The CMS project
Before we start to code and learn amazing things, let's understand a little bit about the CMS project, the main purpose of this project is to help companies manage the CMS content for different topics. There are three main entities in this project:
- The News class is the most important, it will store the content of the news.
- It has a category which makes the search easier, and we can also group news by category, and of course, we can group by the user who has created the news. The news should be approved by other users to make sure it follows the company rules.
- The news has some tags as well, as we can see the application is pretty standard, the business rules are easy as well; this is intentional because we keep the focus on the new things we will learn.
Now we know how Spring Initializr (https://start.spring.io) works and the business rules we need to follow, we are ready to create the project. Let's do it right now.
推薦閱讀
- Practical Data Analysis Cookbook
- Python網絡爬蟲從入門到實踐(第2版)
- Monitoring Elasticsearch
- Learning JavaScript Data Structures and Algorithms
- C++寶典
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Principles of Strategic Data Science
- Unity Character Animation with Mecanim
- iOS開發項目化入門教程
- Web開發的平民英雄:PHP+MySQL
- Ubuntu Server Cookbook
- Java Web應用開發
- Analytics for the Internet of Things(IoT)
- TypeScript High Performance
- Python深度學習:基于PyTorch