HttpRequestMethodNotSupportedException
·
카테고리 없음
- Controller @PostMapping("/v1/orders") @Operation(summary = "주문하기", description = "화폐 주문") public ResponseEntity orderCoin() throws UnsupportedEncodingException, NoSuchAlgorithmException { System.out.println("주문하기"); return ResponseEntity.ok(tradingService.orderCoin()); } - Serivcepublic OrderResponse orderCoin() throws UnsupportedEncodingException, NoSuchAlgorithmExcep..