- 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;
}
推薦閱讀
- Web應用系統開發實踐(C#)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- ASP.NET Core Essentials
- 三維圖形化C++趣味編程
- Hands-On Functional Programming with TypeScript
- Expert Data Visualization
- 可解釋機器學習:模型、方法與實踐
- TMS320LF240x芯片原理、設計及應用
- 軟件工程基礎與實訓教程
- Web前端開發最佳實踐
- 高性能PHP 7
- Instant Pygame for Python Game Development How-to
- Backbone.js Patterns and Best Practices
- Mastering R for Quantitative Finance
- C++游戲設計案例教程