#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
- SpringBoot
- MySQL
- 메모리
- nosql
- git
- 자료구조
- 운영체제
- Stream
- 빅데이터 분석기사
- 프로그래머스
- 코테
- Phaser3
- Java8
- jpa
- OS
- SQL
- Advanced Stream
- spring
- MongoDB
- API
- Spring Boot
- 코딩테스트
- node.js
- db
- 프로세스
- 빅데이터
- 알고리즘
- Phaser
- java
- DART
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함