Notice
Recent Posts
Recent Comments
Link
«   2026/03   »
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
Archives
Today
Total
관리 메뉴

코딩기록

230531 [Spring BOOT] 12_api 본문

study

230531 [Spring BOOT] 12_api

9-99zy 2023. 5. 31. 13:49

라이브러리 추가

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