From 0cc05d9802e7c608e7d2fdfecdca6e36d29dd36e Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Fri, 3 Aug 2018 20:58:06 -0500 Subject: [PATCH] BAEL-1901 and BAEL-1555 add links (#4892) * 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 * BAEL-1795: Update README * BAEL-1901 and BAEL-1555 add links back to article --- core-java-8/README.md | 1 + spring-5-mvc/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/core-java-8/README.md b/core-java-8/README.md index 8e4e5f95b5..e69641b25c 100644 --- a/core-java-8/README.md +++ b/core-java-8/README.md @@ -56,3 +56,4 @@ - [Generalized Target-Type Inference in Java](http://www.baeldung.com/java-generalized-target-type-inference) - [Image to Base64 String Conversion](http://www.baeldung.com/java-base64-image-string) - [Calculate Age in Java](http://www.baeldung.com/java-get-age) +- [Add Hours To a Date In Java](http://www.baeldung.com/java-add-hours-date) diff --git a/spring-5-mvc/README.md b/spring-5-mvc/README.md index c031a9d10e..71b7a19b43 100644 --- a/spring-5-mvc/README.md +++ b/spring-5-mvc/README.md @@ -1,2 +1,3 @@ ### Relevant Articles: - [Spring Boot and Kotlin](http://www.baeldung.com/spring-boot-kotlin) +- [Spring MVC Streaming and SSE Request Processing](http://www.baeldung.com/spring-mvc-sse-streams)