일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 아펠가모선릉
- sprintboot
- 코틀린
- 코틀린 함수
- 스프링 AOP
- 아펠가모 선릉
- 관심지향프로그래밍
- 400에러
- 세비야
- @Component
- git명령어
- b-tree index
- http상태코드
- kotiln
- 마드리드
- 스페인
- kopring
- Srping AOP
- 바르셀로나
- db index
- 스페인 준비물
- 그라나다
- Kotlin
- HTTP #웹기술
- 본식후기
- elk
- 아펠가모
- 코프링
- c# scv
- HTTP
Archives
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 아펠가모선릉
- sprintboot
- 코틀린
- 코틀린 함수
- 스프링 AOP
- 아펠가모 선릉
- 관심지향프로그래밍
- 400에러
- 세비야
- @Component
- git명령어
- b-tree index
- http상태코드
- kotiln
- 마드리드
- 스페인
- kopring
- Srping AOP
- 바르셀로나
- db index
- 스페인 준비물
- 그라나다
- Kotlin
- HTTP #웹기술
- 본식후기
- elk
- 아펠가모
- 코프링
- c# scv
- HTTP
Archives
- Today
- Total
목록@RestController (1)
끄적이는 메모장
[Kotlin SpringBoot - 2] Rest API 요청 만들기 (1)
JDK 11, Spring Boot 2.7.8, IntelliJ IDE를 기준으로 작성 @RestController 어노테이션이란 /** * A convenience annotation that is itself annotated with * {@link Controller @Controller} and {@link ResponseBody @ResponseBody}. * * Types that carry this annotation are treated as controllers where * {@link RequestMapping @RequestMapping} methods assume * {@link ResponseBody @ResponseBody} semantics by default. * * NO..
Kotlin/Kotlin SpringBoot
2023. 5. 1. 15:58