springboot返回的json数据

1.搭建好springboot框架(可参考springboot入门)     2.新建一个pojo类,用来封装测试数据 public class City { private Long id; private Long provinceId; private String cityName; private String description; ... }   3.编写controller层,请
相关文章
相关标签/搜索