728x90

[오류내용]

 

Why is this an issue? 클릭하면 해결 답안을 직접적으로 볼 수 있다. 아래 참고..

[수정전 코드]

@RequestMapping(path = "/greeting", method = RequestMethod.GET) // Noncompliant

[수정후 코드]

@GetMapping(path = "/greeting") // Compliant

 

 

728x90
반응형

+ Recent posts