- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 54字
- 2021-06-24 19:17:34
Category
A category model for our CMS application can be used to group the news. Also, the other important thing is that this makes our news categorized to make the search task easy. Take a look at the following code:
package springfive.cms.domain.models;
import lombok.Data;
@Data
public class Category {
String id;
String name;
}
推薦閱讀
- C程序設計簡明教程(第二版)
- TensorFlow Lite移動端深度學習
- OpenCV 3和Qt5計算機視覺應用開發
- Wireshark Network Security
- R語言編程指南
- INSTANT OpenNMS Starter
- 焊接機器人系統操作、編程與維護
- C#應用程序設計教程
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Java程序員面試筆試寶典(第2版)
- 深入實踐Kotlin元編程
- IoT Projects with Bluetooth Low Energy
- 深度學習程序設計實戰
- 視窗軟件設計和開發自動化:可視化D++語言
- INSTANT PLC Programming with RSLogix 5000