diff --git a/lagom/README.md b/lagom/README.md index a8070c047c..1453b511e8 100644 --- a/lagom/README.md +++ b/lagom/README.md @@ -1,11 +1,12 @@ +## Lagom + +This module contains articles about the Lagom framework. + ### Relevant articles - [Guide to Reactive Microservices Using Lagom Framework](https://www.baeldung.com/lagom-reactive-microservices) - - - -Steps to setup from scratch +### Steps to setup from scratch 1) Create sbt build file "build.sbt" 2) Create plugins file project/plugins.sbt @@ -35,13 +36,13 @@ Steps to setup from scratch 10) Run project: sbt lagom:runAll -Sample Run: -curl http://localhost:9000/api/greeting/Nikhil; +### Sample Run: +``` +$ curl http://localhost:9000/api/greeting/Nikhil; Hello Nikhil! Today's weather stats: Going to be very humid, Take Water -curl http://localhost:9000/api/greeting/Nikhil; +$ curl http://localhost:9000/api/greeting/Nikhil; Hello Again Nikhil! Today's weather stats: Going to Rain, Take Umbrella - - +``` diff --git a/libraries-apache-commons/README.md b/libraries-apache-commons/README.md index 7d1f5b8333..439587266b 100644 --- a/libraries-apache-commons/README.md +++ b/libraries-apache-commons/README.md @@ -1,3 +1,7 @@ +## Apache Commons + +This module contains articles about Apache Commons libraries. + ### Relevant articles - [Array Processing with Apache Commons Lang 3](https://www.baeldung.com/array-processing-commons-lang) diff --git a/libraries-data-2/README.md b/libraries-data-2/README.md index ae113e7f70..25d9fe177e 100644 --- a/libraries-data-2/README.md +++ b/libraries-data-2/README.md @@ -1,3 +1,7 @@ +## Data Libraries + +This module contains articles about libraries for data processing in Java. + ### Relevant articles - [Introduction to Apache Flink with Java](https://www.baeldung.com/apache-flink) - [Guide to the HyperLogLog Algorithm](https://www.baeldung.com/java-hyperloglog) @@ -8,4 +12,5 @@ - [Introduction To OpenCSV](https://www.baeldung.com/opencsv) - [Introduction to Smooks](https://www.baeldung.com/smooks) - [A Guide to Infinispan in Java](https://www.baeldung.com/infinispan) +- More articles: [[<-- prev>]](/libraries-data) diff --git a/libraries-data/README.md b/libraries-data/README.md index e1d3c40222..be8f2b2525 100644 --- a/libraries-data/README.md +++ b/libraries-data/README.md @@ -1,3 +1,7 @@ +## Data Libraries + +This module contains articles about libraries for data processing in Java. + ### Relevant articles - [Introduction to Reladomo](https://www.baeldung.com/reladomo) - [Introduction to ORMLite](https://www.baeldung.com/ormlite) @@ -15,3 +19,4 @@ - [Introduction to Kafka Connectors](https://www.baeldung.com/kafka-connectors-guide) - [Kafka Connect Example with MQTT and MongoDB](https://www.baeldung.com/kafka-connect-mqtt-mongodb) - [Building a Data Pipeline with Flink and Kafka](https://www.baeldung.com/kafka-flink-data-pipeline) +- More articles: [[next -->]](/libraries-data-2) diff --git a/libraries-http/README.md b/libraries-http/README.md index 436268e707..f5afb2d277 100644 --- a/libraries-http/README.md +++ b/libraries-http/README.md @@ -1,3 +1,6 @@ +## HTTP + +This module contains articles about HTTP libraries. ### Relevant Articles: diff --git a/libraries-security/README.md b/libraries-security/README.md index 96f3fcdac6..68badcf12d 100644 --- a/libraries-security/README.md +++ b/libraries-security/README.md @@ -1,3 +1,7 @@ +## Security + +This module contains articles about security libraries. + ### Relevant Articles: - [Guide to ScribeJava](https://www.baeldung.com/scribejava) diff --git a/libraries-server/README.md b/libraries-server/README.md index 5245b98139..d9e6b8b206 100644 --- a/libraries-server/README.md +++ b/libraries-server/README.md @@ -1,4 +1,8 @@ -## Relevant Articles: +## Server + +This module contains articles about server libraries. + +### Relevant Articles: - [Embedded Jetty Server in Java](https://www.baeldung.com/jetty-embedded) - [Introduction to Netty](https://www.baeldung.com/netty) diff --git a/libraries-testing/README.md b/libraries-testing/README.md index 3f1904dc50..332debfe18 100644 --- a/libraries-testing/README.md +++ b/libraries-testing/README.md @@ -1,3 +1,7 @@ +## Testing + +This module contains articles about test libraries. + ### Relevant articles - [Introduction to Serenity BDD](https://www.baeldung.com/serenity-bdd) diff --git a/linkrest/README.md b/linkrest/README.md index 8297b14bb5..5402d9db96 100644 --- a/linkrest/README.md +++ b/linkrest/README.md @@ -1,3 +1,7 @@ -## Relevant articles: +## LinkRest + +This module contains articles about LinkRest. + +### Relevant articles: - [Guide to LinkRest](https://www.baeldung.com/linkrest) diff --git a/logging-modules/README.md b/logging-modules/README.md index f5a1acaac1..b763f6baaf 100644 --- a/logging-modules/README.md +++ b/logging-modules/README.md @@ -1,6 +1,7 @@ - ## Logging Modules +This module contains articles about logging libraries. + ### Relevant Articles: - [Creating a Custom Logback Appender](https://www.baeldung.com/custom-logback-appender)