MCPcopy Create free account
hub / github.com/SEBV1/idlefish_monitor / save

Method save

src/main/java/com/github/web/GpsController.java:42–47  ·  view source on GitHub ↗

gps保存

(Gps gps)

Source from the content-addressed store, hash-verified

40 *
41 */
42 @RequestMapping("/gps/save")
43 @ResponseBody
44 public ResponseResult<?> save(Gps gps) {
45 redisTemplate.opsForValue().set("gps", JSONObject.toJSONString(gps));
46 return ResponseResult.success();
47 }
48}

Callers 15

GfFunction · 0.45
IzFunction · 0.45
tinymce.min.jsFile · 0.45
remove$6Function · 0.45
renderFunction · 0.45
tinymce.jsFile · 0.45
saveFunction · 0.45
registerFunction · 0.45
uFunction · 0.45
WlFunction · 0.45
HzFunction · 0.45
tinymce.min.jsFile · 0.45

Calls 1

successMethod · 0.95

Tested by

no test coverage detected