From e5f2714ff85542dc505014e5cdc92e8fcda49b59 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Sun, 8 Jul 2018 10:12:13 -0500 Subject: [PATCH] Update and add README files (#4657) * BAEL-1766: Update README * BAEL-1853: add link to article * BAEL-1801: add link to article * Added links back to articles * Add links back to articles --- aws-lambda/README.md | 3 +++ core-java/README.md | 1 + spring-boot-custom-starter/README.md | 4 +++- spring-boot-logging-log4j2/README.md | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 aws-lambda/README.md create mode 100644 spring-boot-logging-log4j2/README.md diff --git a/aws-lambda/README.md b/aws-lambda/README.md new file mode 100644 index 0000000000..921b699bdd --- /dev/null +++ b/aws-lambda/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: +- [Using AWS Lambda with API Gateway](http://www.baeldung.com/aws-lambda-api-gateway) +- [Introduction to AWS Serverless Application Model](http://www.baeldung.com/aws-serverless) diff --git a/core-java/README.md b/core-java/README.md index 3aa50e5b86..16378bc169 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -166,3 +166,4 @@ - [Convert a String to Title Case](http://www.baeldung.com/java-string-title-case) - [How to Get the File Extension of a File in Java](http://www.baeldung.com/java-file-extension) - [Immutable Objects in Java](http://www.baeldung.com/java-immutable-object) +- [Console I/O in Java](http://www.baeldung.com/java-console-input-output) diff --git a/spring-boot-custom-starter/README.md b/spring-boot-custom-starter/README.md index aae79fe112..f983441ca0 100644 --- a/spring-boot-custom-starter/README.md +++ b/spring-boot-custom-starter/README.md @@ -7,4 +7,6 @@ - **greeter-spring-boot-starter**: The custom starter for the library. -- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter. \ No newline at end of file +- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter. + +- [Multi-Module Project With Spring Boot](http://www.baeldung.com/spring-boot-multiple-modules) diff --git a/spring-boot-logging-log4j2/README.md b/spring-boot-logging-log4j2/README.md new file mode 100644 index 0000000000..7676bd1919 --- /dev/null +++ b/spring-boot-logging-log4j2/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Logging in Spring Boot](http://www.baeldung.com/spring-boot-logging)