发送请求获取到数据库中的是空值
其他代码和老师的相同,请问这是为什么呢
其他代码和老师的相同,请问这是为什么呢
2020-01-29
我也有相同问题, 感觉和版本有关。
首先你已经从数据库读取到了数据, 不过在reponse client 的时候没有content。
我的解决办法是: 在luckymoney class 中加入 getter and setter method。没有这些method, 我们的application 是不能build json object 的。
Here is the reference to help: https://stackoverflow.com/questions/36089748/rest-api-returns-empty-bracket-for-get-request/41069407
举报