@RestController @Validated public class ApiRestController extends Object
ApiRestController()
Result
doGet()
HashMap
index(Student student)
redis()
redisGet()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ApiRestController()
@GetMapping(value="/api") public HashMap index(@Validated Student student)
@GetMapping(value="/redis") public Result redis()
@GetMapping(value="/redis/get") public Result redisGet()
@GetMapping(value="/doGet") public Result doGet()
Copyright © 2023. All rights reserved.