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
This commit is contained in:
parent
6be948a05a
commit
e5f2714ff8
|
@ -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)
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
- **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)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
### Relevant Articles:
|
||||
- [Logging in Spring Boot](http://www.baeldung.com/spring-boot-logging)
|
Loading…
Reference in New Issue