Spring Rest with Entitys with Long ID and Angular

后端 未结 0 1649
有刺的猬
有刺的猬 2021-01-11 22:11

With Spring REST I have a http method which returns a Player:

public class Player {
    private long id;
    private String name;
}

@GetMapping("/{id}&q         


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