以前用ssh的使用用过 实现1对多 多对多 现在使用spring boot可以使用吗 因为我是实体类自动生成数据库 这样加会报错
Hibernate 框架可以实现你要的。可以通过@Transient 的注解进行处理。如:@Transientprivate List Projections;