-1

When I sysout the RestModel in Java code, it's printed out like this.

[com.my.model.RestModel@14ab40d2]

Is there a way to display the Detail? (like Json?)

4

1 回答 1

0

You can override your model's toString() method and have it print out the information you want in the format you want.

于 2021-12-02T12:51:08.973 回答