코딩기록
230531 [Spring BOOT] 12_api 본문
라이브러리 추가
11_webclient
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-webflux -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>3.1.0</version>
</dependency>
^서버와서버를 통신할 수 있게 해주는 클라이언트
@PathVariable
api
visual 로 api 함 (서버x)
'study' 카테고리의 다른 글
| 230601 [Spring BOOT] 14 이어서 (0) | 2023.06.02 |
|---|---|
| 230601 [Spring BOOT] 13_Login - Properties (0) | 2023.06.01 |
| [Spring Boot] 1일차 01~05.Mybatis (0) | 2023.05.24 |
| Day - 43 [Spring] FileService (0) | 2023.05.21 |
| Day - 44 [Spring] mybatis 다시 (0) | 2023.04.05 |