Skip to content

Commit ce005f7

Browse files
authored
Merge branch 'master' into lor6-patch-8
2 parents 7674ec4 + e709a1a commit ce005f7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

core-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@
132132
- [Guide to the Cipher Class](http://www.baeldung.com/java-cipher-class)
133133
- [A Guide to Java Initialization](http://www.baeldung.com/java-initialization)
134134
- [Implementing a Binary Tree in Java](http://www.baeldung.com/java-binary-tree)
135-
135+
- [A Guide to ThreadLocalRandom in Java](http://www.baeldung.com/java-thread-local-random)
136136

spring-jenkins-pipeline/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This is the code of a simple API for some CRUD operations build using Spring Boo
1010
- MongoDB
1111

1212
### Running
13-
1413
To build and start the server simply type
1514

1615
```bash
@@ -20,4 +19,8 @@ $ mvn spring-boot:run -Dserver.port=8989
2019

2120
Now with default configurations it will be available at: [http://localhost:8080](http://localhost:8080)
2221

23-
Enjoy it :)
22+
Enjoy it :)
23+
24+
### Relevant articles
25+
26+
- [Intro to Jenkins 2 and the Power of Pipelines](http://www.baeldung.com/jenkins-pipelines)

0 commit comments

Comments
 (0)