3
Як працює анотація Spring @ResponseBody?
У мене є метод, який анотований наступним чином: /** * Provide a list of all accounts. */ // TODO 02: Complete this method. Add annotations to respond // to GET /accounts and return a List<Account> to be converted. // Save your work and restart the server. You should get JSON …
89
java
json
spring
rest
spring-mvc