From abe15c28fe5c26c8ec9e30609f9718cf756c5e3c Mon Sep 17 00:00:00 2001 From: Alessio Stalla Date: Sat, 28 Sep 2019 12:49:21 +0200 Subject: [PATCH] #BAEL-17505 Add README descriptions to several modules. --- .../spring-swagger-codegen-api-client/README.md | 4 +++- spring-swagger-codegen/spring-swagger-codegen-app/README.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 spring-swagger-codegen/spring-swagger-codegen-app/README.md diff --git a/spring-swagger-codegen/spring-swagger-codegen-api-client/README.md b/spring-swagger-codegen/spring-swagger-codegen-api-client/README.md index 455a69b2f3..cffab6b9c7 100644 --- a/spring-swagger-codegen/spring-swagger-codegen-api-client/README.md +++ b/spring-swagger-codegen/spring-swagger-codegen-api-client/README.md @@ -1,4 +1,6 @@ -# spring-swagger-codegen-api-client +## Spring Swagger Codegen API Client + +This module contains the code for [Generate Spring Boot REST Client with Swagger](http://www.baeldung.com/spring-boot-rest-client-swagger-codegen). ## Requirements diff --git a/spring-swagger-codegen/spring-swagger-codegen-app/README.md b/spring-swagger-codegen/spring-swagger-codegen-app/README.md new file mode 100644 index 0000000000..1cb9e35d99 --- /dev/null +++ b/spring-swagger-codegen/spring-swagger-codegen-app/README.md @@ -0,0 +1,3 @@ +## Spring Swagger Codegen App + +This module contains the code for [Generate Spring Boot REST Client with Swagger](http://www.baeldung.com/spring-boot-rest-client-swagger-codegen).