- 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.
推薦閱讀
- C++ Primer習(xí)題集(第5版)
- 軟件項(xiàng)目管理(第2版)
- SQL for Data Analytics
- 從0到1:HTML+CSS快速上手
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(第3版)
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- 深入理解Java虛擬機(jī):JVM高級(jí)特性與最佳實(shí)踐
- Java核心編程
- SaaS攻略:入門、實(shí)戰(zhàn)與進(jìn)階
- Oracle Database 12c DBA官方手冊(cè)(第8版)