#5 GET API with DTO
● GET API - 아래의 4가지는 API를 이루고 있는 요소이다. 이 4가지를 직접 정해서 GET API를 만들어보자 [API Specification(API 명세) = 어떻게 API를 만들 것인가] 1. HTTP Method → GET 2. HTTP Path → /add 3. 쿼리 → int number1 / int number2 4. API 반환 결과 → (number1 + number2) package com.group.libraryapp.controller.calculator; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; im..
Backend/Spring
2023. 7. 30. 05:42
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- jpa
- Advanced Stream
- 빅데이터
- SpringBoot
- 코테
- 코딩테스트
- 프로그래머스
- db
- nosql
- Stream
- 운영체제
- 알고리즘
- spring
- 빅데이터 분석기사
- API
- git
- MongoDB
- 프로세스
- node.js
- 메모리
- Java8
- MySQL
- Phaser3
- java
- 자료구조
- OS
- DART
- SQL
- Spring Boot
- Phaser
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함