COLA icon indicating copy to clipboard operation
COLA copied to clipboard

@Entity注解与JPA的@Entity容易混淆

Open zsf513 opened this issue 3 years ago • 0 comments

由于在项目中使用了JPA,在数据库实体上引入Entity注解时容易与domain层的Entity注解混淆,建议将COLA中的@Entity换成@DomainEntity、@ColaEntity或其他注解,防止出现错误引入。

zsf513 avatar Sep 13 '22 09:09 zsf513