Skip to content

Commit e5f2714

Browse files
authored
Update and add README files (eugenp#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
1 parent 6be948a commit e5f2714

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

aws-lambda/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant Articles:
2+
- [Using AWS Lambda with API Gateway](http://www.baeldung.com/aws-lambda-api-gateway)
3+
- [Introduction to AWS Serverless Application Model](http://www.baeldung.com/aws-serverless)

core-java/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@
166166
- [Convert a String to Title Case](http://www.baeldung.com/java-string-title-case)
167167
- [How to Get the File Extension of a File in Java](http://www.baeldung.com/java-file-extension)
168168
- [Immutable Objects in Java](http://www.baeldung.com/java-immutable-object)
169+
- [Console I/O in Java](http://www.baeldung.com/java-console-input-output)

spring-boot-custom-starter/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77

88
- **greeter-spring-boot-starter**: The custom starter for the library.
99

10-
- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter.
10+
- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter.
11+
12+
- [Multi-Module Project With Spring Boot](http://www.baeldung.com/spring-boot-multiple-modules)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles:
2+
- [Logging in Spring Boot](http://www.baeldung.com/spring-boot-logging)

0 commit comments

Comments
 (0)