- 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.
推薦閱讀
- Delphi程序設計基礎:教程、實驗、習題
- Visual Studio 2012 Cookbook
- 無代碼編程:用云表搭建企業數字化管理平臺
- 青少年美育趣味課堂:XMind思維導圖制作
- MATLAB實用教程
- Java EE 7 Development with NetBeans 8
- 網站構建技術
- 從Java到Web程序設計教程
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Advanced UFT 12 for Test Engineers Cookbook
- 嵌入式Linux C語言程序設計基礎教程
- 青少年學Python(第2冊)
- SQL Server實例教程(2008版)
- Java程序設計入門(第2版)
- 數據庫基礎與應用實驗教程:Visual FoxPro 6.0