Spring Boot集成Rest簡單例子

@RestController public class RestTestController { @RequestMapping(value = "/rest_test/{id}") public Integer restTest(@PathVariable Integer id){ return id; } }
相關文章
相關標籤/搜索