Merge pull request #13675 from edizor/master

Update README
This commit is contained in:
Eugen
2023-03-21 21:17:45 +02:00
committed by GitHub
15 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
## Relevant Articles
- [How to configure Redis TTL with Spring Data Redis?](https://www.baeldung.com/spring-data-redis-ttl)

View File

@@ -4,3 +4,4 @@
- [Specify an Array of Strings as Body Parameters in Swagger](https://www.baeldung.com/swagger-body-array-of-strings)
- [Swagger @ApiParam vs @ApiModelProperty](https://www.baeldung.com/swagger-apiparam-vs-apimodelproperty)
- [Map Date Types With OpenAPI Generator](https://www.baeldung.com/openapi-map-date-types)
- [API First Development with Spring Boot and OpenAPI 3.0](https://www.baeldung.com/spring-boot-openapi-api-first-development)