MCPcopy Create free account
hub / github.com/castello/spring_basic / ajax

Method ajax

ch4/SimpleRestController.java:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7@Controller
8public class SimpleRestController {
9 @GetMapping("/ajax")
10 public String ajax() {
11 return "ajax";
12 }
13
14 @PostMapping("/send")
15 @ResponseBody

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected