
上QQ阅读APP看书,第一时间看更新
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;
}