- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 38字
- 2021-06-24 19:17:34
Tag
This class represents a tag in our system. There isn't necessarily any repository for it because it will be persisted together with our News entity:
package springfive.cms.domain.models;
import lombok.Data;
@Data
public class Tag {
String value;
}
推薦閱讀
- Visual Basic .NET程序設計(第3版)
- 案例式C語言程序設計
- PostgreSQL Cookbook
- Functional Programming in JavaScript
- Mastering Kali Linux for Web Penetration Testing
- Building Minecraft Server Modifications
- 大學計算機基礎(第2版)(微課版)
- Apache Kafka Quick Start Guide
- Bootstrap 4 Cookbook
- Learning Apache Karaf
- .NET 4.5 Parallel Extensions Cookbook
- CRYENGINE Game Development Blueprints
- Building Dynamics CRM 2015 Dashboards with Power BI
- 實戰Java高并發程序設計(第2版)
- Mastering SciPy