
name μ΄λ μ΄λ¦μΌλ‘ λκΈ΄ νλΌλ―Έν°λ₯Ό λ©μλ νλΌλ―Έν° nameμ λ겨μ€@GetMapping("/hello/dto")
public HelloResponseDto helloDto(@RequestParam("name") String name,
@RequestParam("amount") int amount) {
return new HelloResponseDto(name, amount);
}
π μ€νλ§ λΆνΈμ AWSλ‘ νΌμ ꡬννλ μΉ μλΉμ€