Skip to content

Commit 6300112

Browse files
mariiakulikpivovarit
authored andcommitted
README files update (eugenp#1435)
* Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Create README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Create README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.MD * Update README.MD * Create README.md
1 parent dc90aac commit 6300112

File tree

27 files changed

+86
-6
lines changed

27 files changed

+86
-6
lines changed

Diff for: Twitter4J/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Introduction to Twitter4J](http://www.baeldung.com/twitter4j)

Diff for: aws/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [AWS Lambda Using DynamoDB With Java](http://www.baeldung.com/aws-lambda-dynamodb-java)

Diff for: axon/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [A Guide to the Axon Framework](http://www.baeldung.com/axon-cqrs-event-sourcing)

Diff for: core-java-9/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
- [Java 9 Stream API Improvements](http://www.baeldung.com/java-9-stream-api)
99
- [Java 9 Convenience Factory Methods for Collections](http://www.baeldung.com/java-9-collections-factory-methods)
1010
- [New Stream Collectors in Java 9](http://www.baeldung.com/java9-stream-collectors)
11-
- [Java 9 CompletableFuture API Improvements](http://www.baeldung.com/java9-completablefuture-api-improvements/)
11+
- [Java 9 CompletableFuture API Improvements](http://www.baeldung.com/java9-completablefuture-api-improvements/)
12+
- [Spring Security – Redirect to the Previous URL After Login](http://www.baeldung.com/spring-security-redirect-login)
13+
- [Java 9 Process API Improvements](http://www.baeldung.com/java-9-process-api)
14+
- [Introduction to Java 9 StackWalking API](http://www.baeldung.com/java-9-stackwalking-api)

Diff for: core-java/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@
7979
- [The Java HashMap Under the Hood](http://www.baeldung.com/java-hashmap)
8080
- [A Guide to LinkedHashMap in Java](http://www.baeldung.com/java-linked-hashmap)
8181
- [A Guide to TreeMap in Java](http://www.baeldung.com/java-treemap)
82+
- [Finding Max/Min of a List or Collection](http://www.baeldung.com/java-collection-min-max)
83+
- [Guide to java.util.concurrent.Locks](http://www.baeldung.com/java-concurrent-locks)
84+
- [Java Primitive Conversions](http://www.baeldung.com/java-primitive-conversions)
85+
- [Java Money and the Currency API](http://www.baeldung.com/java-money-and-currency)

Diff for: guava/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@
2424
- [Guide to Guava RangeSet](http://www.baeldung.com/guava-rangeset)
2525
- [Guide to Guava RangeMap](http://www.baeldung.com/guava-rangemap)
2626
- [Guide to Guava Table](http://www.baeldung.com/guava-table)
27+
- [Guide to Guava’s Reflection Utilities](http://www.baeldung.com/guava-reflection)

Diff for: hbase/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [HBase with Java](http://www.baeldung.com/hbase)

Diff for: java-websocket/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [A Guide to the Java API for WebSocket](http://www.baeldung.com/java-websockets)

Diff for: jooq/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Introduction to jOOL](http://www.baeldung.com/jool)

Diff for: kotlin/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Relevant articles:
22

33
- [Introduction to the Kotlin Language](http://www.baeldung.com/kotlin)
4+
- [A guide to the “when{}” block in Kotlin](http://www.baeldung.com/kotlin-when)

Diff for: libraries/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
### Relevant articles
2+
3+
- [Intro to Jasypt](http://www.baeldung.com/jasypt)
4+
- [Array Processing with Apache Commons Lang 3](http://www.baeldung.com/array-processing-commons-lang)
5+
- [String Processing with Apache Commons Lang 3](http://www.baeldung.com/string-processing-commons-lang)
6+
- [Introduction to Javatuples](http://www.baeldung.com/java-tuples)
7+
- [Introduction to Javassist](http://www.baeldung.com/javassist)
8+
9+
110
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
211

312
The code examples related to different libraries should go in a new package.
413

5-
Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.
14+
Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Introduction to cglib](http://www.baeldung.com/cglib)

Diff for: log4j2/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Intro to Log4j2 – Appenders, Layouts and Filters](http://www.baeldung.com/log4j2-appenders-layouts-filters)

Diff for: mesos-marathon/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Simple Jenkins Pipeline with Marathon and Mesos](http://www.baeldung.com/jenkins-pipeline-with-marathon-mesos)

Diff for: mockito2/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
=========
1+
### Relevant articles
2+
3+
- [Mockito’s Java 8 Features](http://www.baeldung.com/mockito-2-java-8)
24

35
## Mockito 2 and Java 8 Tips
46

Diff for: protobuffer/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Introduction to Google Protocol Buffer](http://www.baeldung.com/google-protocol-buffer)

Diff for: rabbitmq/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
- [Introduction to RabbitMQ](http://www.baeldung.com/rabbitmq)
3+

Diff for: ratpack/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Introduction to Ratpack](http://www.baeldung.com/ratpack)

Diff for: reactor-core/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Intro To Reactor Core](http://www.baeldung.com/reactor-core)

Diff for: redis/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles:
22
- [Intro to Jedis – the Java Redis Client Library](http://www.baeldung.com/jedis-java-redis-client-library)
3+
- [A Guide to Redis with Redisson](http://www.baeldung.com/redis-redisson)

Diff for: spring-boot/README.MD

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
###The Course
22
The "REST With Spring" Classes: http://bit.ly/restwithspring
33

4-
###Relevant Articles:
4+
### Relevant Articles:
5+
56
- [Quick Guide to @RestClientTest in Spring Boot](http://www.baeldung.com/restclienttest-in-spring-boot)
67
- [Intro to Spring Boot Starters](http://www.baeldung.com/spring-boot-starters)
78
- [A Guide to Spring in Eclipse STS](http://www.baeldung.com/eclipse-sts-spring)
@@ -11,3 +12,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1112
- [A Custom Data Binder in Spring MVC](http://www.baeldung.com/spring-mvc-custom-data-binder)
1213
- [Intro to Building an Application with Spring Boot](http://www.baeldung.com/intro-to-spring-boot)
1314
- [How to Register a Servlet in a Java Web Application](http://www.baeldung.com/register-servlet)
15+
- [Using Custom Banners in Spring Boot](http://www.baeldung.com/spring-boot-custom-banners)

Diff for: spring-cloud/spring-cloud-bootstrap/README.MD

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
### Relevant Articles:
22
- [Spring Cloud – Bootstrapping](http://www.baeldung.com/spring-cloud-bootstrapping)
33
- [Spring Cloud – Securing Services](http://www.baeldung.com/spring-cloud-securing-services)
4+
- [Spring Cloud – Tracing Services with Zipkin](http://www.baeldung.com/tracing-services-with-zipkin)
5+
46

57
- To run the project:
68
- copy the appliction-config folder to c:\Users\{username}\ on Windows or /Users/{username}/ on *nix. Then open a git bash terminal in application-config and run:

Diff for: spring-hibernate5/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Guide to @Immutable Annotation in Hibernate](http://www.baeldung.com/hibernate-immutable)

Diff for: spring-ldap/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
=========
1+
### Relevant articles
2+
3+
- [Spring LDAP Overview](http://www.baeldung.com/spring-ldap)
4+
25

36
## Spring LDAP Example Project
47
- (http://www.baeldung.com/spring-ldap-overview/)

Diff for: spring-security-openid/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
=========
1+
### Relevant articles
2+
3+
- [Spring Security and OpenID Connect](http://www.baeldung.com/spring-security-openid-connect)
4+
25

36
## OpenID Connect with Spring Security
47

@@ -13,3 +16,4 @@ mvn spring-boot:run
1316
- Make sure you set redirect URI to http://localhost:8081/google-login
1417

1518
- Once you have your client id and secret, make sure you add them to the `application.properties` of the project
19+

Diff for: spring-security-stormpath/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Spring Security with Stormpath](http://www.baeldung.com/spring-security-stormpath)

Diff for: struts2/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [A Quick Struts 2 Intro](http://www.baeldung.com/struts-2-intro)

0 commit comments

Comments
 (0)