PENEKhun / springdog

(개발중) 캡스톤 디자인 - SW의 안정성 지원을 위한 서비스형 보안 라이브러리 개발
Apache License 2.0
0 stars 0 forks source link

Make parsed API (endpoint) versioning ADVANCED #50

Closed PENEKhun closed 3 months ago

PENEKhun commented 3 months ago

image

PENEKhun commented 3 months ago
image

아래와 같은 (Ratelimit 활성화 된) 매핑이 사라졌다고 가정하면,

/*
@GetMapping("/get")
  public String example(@RequestParam("param1") String param1) {
    return "example";
  }
  */

약간 이런 느낌으로??

image
PENEKhun commented 3 months ago

TODO: