From 117635f9550acab84981ed98d45720336ffde55c Mon Sep 17 00:00:00 2001 From: Naoshadul Islam Date: Fri, 20 Jan 2017 04:10:13 +0600 Subject: [PATCH] Added relevant articles (#1021) * Added relevant articles * Update README.md * Added relevant articles * Update README.md * Added relevant articles --- core-java/README.md | 3 ++- redis/README.md | 2 ++ spring-mvc-xml/README.md | 1 + spring-thymeleaf/README.md | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 redis/README.md diff --git a/core-java/README.md b/core-java/README.md index 015e18cec1..b653cfcfaf 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -52,4 +52,5 @@ - [URL Encoding and Decoding in Java](http://www.baeldung.com/java-url-encoding-decoding) - [Calculate the Size of a File in Java](http://www.baeldung.com/java-file-size) - [The Basics of Java Generics](http://www.baeldung.com/java-generics) -- [The Traveling Salesman Problem in Java](http://www.baeldung.com/java-simulated-annealing-for-traveling-salesman) \ No newline at end of file +- [The Traveling Salesman Problem in Java](http://www.baeldung.com/java-simulated-annealing-for-traveling-salesman) +- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven) diff --git a/redis/README.md b/redis/README.md new file mode 100644 index 0000000000..3ce9031b62 --- /dev/null +++ b/redis/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Intro to Jedis – the Java Redis Client Library](http://www.baeldung.com/jedis-java-redis-client-library) diff --git a/spring-mvc-xml/README.md b/spring-mvc-xml/README.md index b699c37d00..7a5e8c75e9 100644 --- a/spring-mvc-xml/README.md +++ b/spring-mvc-xml/README.md @@ -14,3 +14,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Returning Image/Media Data with Spring MVC](http://www.baeldung.com/spring-mvc-image-media-data) - [Geolocation by IP in Java](http://www.baeldung.com/geolocation-by-ip-with-maxmind) - [Guide to JavaServer Pages (JSP)](http://www.baeldung.com/jsp) +- [Exploring SpringMVC’s Form Tag Library](http://www.baeldung.com/spring-mvc-form-tags) diff --git a/spring-thymeleaf/README.md b/spring-thymeleaf/README.md index 67bdddaf64..3f8f0ab244 100644 --- a/spring-thymeleaf/README.md +++ b/spring-thymeleaf/README.md @@ -9,6 +9,7 @@ - [Spring and Thymeleaf 3: Expressions](http://www.baeldung.com/spring-thymeleaf-3-expressions) - [Spring MVC + Thymeleaf 3.0: New Features](http://www.baeldung.com/spring-thymeleaf-3) - [How to Work with Dates in Thymeleaef](http://www.baeldung.com/dates-in-thymeleaf) +- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven) ### Build the Project