From 237a5a64419fd72175590680c4e311de91b9c52f Mon Sep 17 00:00:00 2001 From: Pratik Das Date: Sat, 1 May 2021 18:30:59 +0400 Subject: [PATCH] added readme --- aws/springcloudsqs/HELP.md | 17 ----------------- build-all.sh | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 aws/springcloudsqs/HELP.md diff --git a/aws/springcloudsqs/HELP.md b/aws/springcloudsqs/HELP.md deleted file mode 100644 index f9610c6..0000000 --- a/aws/springcloudsqs/HELP.md +++ /dev/null @@ -1,17 +0,0 @@ -# Getting Started - -### Reference Documentation -For further reference, please consider the following sections: - -* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) -* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.4.5/maven-plugin/reference/html/) -* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.4.5/maven-plugin/reference/html/#build-image) -* [Spring Web](https://docs.spring.io/spring-boot/docs/2.4.5/reference/htmlsingle/#boot-features-developing-web-applications) - -### Guides -The following guides illustrate how to use some features concretely: - -* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) -* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) -* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/) - diff --git a/build-all.sh b/build-all.sh index b54e49e..2c432dc 100755 --- a/build-all.sh +++ b/build-all.sh @@ -163,6 +163,7 @@ fi if [[ "$MODULE" == "module4" ]] then + build_maven_module "aws/springcloudsqs" build_gradle_module "spring-boot/mocking" build_gradle_module "spring-boot/modular" build_gradle_module "spring-boot/paging"