2020-08-24 17:36:21 +03:00
|
|
|
## Spring REST HTTP 2
|
|
|
|
|
2022-01-10 08:57:45 +00:00
|
|
|
This module contains articles about HTTP in REST APIs with Spring.
|
2020-08-24 17:36:21 +03:00
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring 2" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
2020-09-16 22:46:47 +08:00
|
|
|
- [How to Turn Off Swagger-ui in Production](https://www.baeldung.com/swagger-ui-turn-off-in-production)
|
2021-01-28 01:21:00 +08:00
|
|
|
- [Setting a Request Timeout for a Spring REST API](https://www.baeldung.com/spring-rest-timeout)
|
2021-04-29 05:24:28 +08:00
|
|
|
- [Long Polling in Spring MVC](https://www.baeldung.com/spring-mvc-long-polling)
|
2022-01-10 08:57:45 +00:00
|
|
|
- [Guide to UriComponentsBuilder in Spring](https://www.baeldung.com/spring-uricomponentsbuilder)
|
2022-05-13 16:14:49 +05:30
|
|
|
- [Get All Endpoints in Spring Boot](https://www.baeldung.com/spring-boot-get-all-endpoints)
|
|
|
|
- [HTTP PUT vs. POST in REST API](https://www.baeldung.com/rest-http-put-vs-post)
|
|
|
|
- [415 Unsupported MediaType in Spring Application](https://www.baeldung.com/spring-415-unsupported-mediatype)
|
2022-10-13 07:02:48 +02:00
|
|
|
- More articles: [[next -->]](../spring-rest-http-3)
|