From 93273366dcbd9d24a1d368a4c0920cabb0cb02be Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sat, 6 Jan 2018 11:28:35 +0200 Subject: [PATCH 1/2] Update README.md --- core-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java/README.md b/core-java/README.md index b965d25f88..4352768bca 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -131,4 +131,4 @@ - [How to Invert an Array in Java](http://www.baeldung.com/java-invert-array) - [Guide to the Cipher Class](http://www.baeldung.com/java-cipher-class) - [A Guide to Java Initialization](http://www.baeldung.com/java-initialization) - +- [A Guide to ThreadLocalRandom in Java](http://www.baeldung.com/java-thread-local-random) From 7546281a71c1bc28e248747763b6af4c789a23c0 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sat, 6 Jan 2018 11:33:42 +0200 Subject: [PATCH 2/2] Update README.md --- spring-jenkins-pipeline/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spring-jenkins-pipeline/README.md b/spring-jenkins-pipeline/README.md index 7e562664e6..8c10e85da2 100644 --- a/spring-jenkins-pipeline/README.md +++ b/spring-jenkins-pipeline/README.md @@ -10,7 +10,6 @@ This is the code of a simple API for some CRUD operations build using Spring Boo - MongoDB ### Running - To build and start the server simply type ```bash @@ -20,4 +19,8 @@ $ mvn spring-boot:run -Dserver.port=8989 Now with default configurations it will be available at: [http://localhost:8080](http://localhost:8080) -Enjoy it :) \ No newline at end of file +Enjoy it :) + +### Relevant articles + +- [Intro to Jenkins 2 and the Power of Pipelines](http://www.baeldung.com/jenkins-pipelines)