SpringBoot @Entity field not visible without a getter

后端 未结 0 353
轮回少年
轮回少年 2021-01-24 12:04

Doing some basic Spring MVC & JPA work. I have the following POJO class:

@Entity
public class Alien
{
    @Id
    pri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题