Merge pull request #7943 from alessiostalla/BAEL-17523
#BAEL-17523 add README descriptions
This commit is contained in:
commit
e07ce8d661
@ -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
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
@ -1,3 +1,6 @@
|
||||
## HTTP
|
||||
|
||||
This module contains articles about HTTP libraries.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## Security
|
||||
|
||||
This module contains articles about security libraries.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Guide to ScribeJava](https://www.baeldung.com/scribejava)
|
||||
|
@ -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)
|
||||
|
@ -1,3 +1,7 @@
|
||||
## Testing
|
||||
|
||||
This module contains articles about test libraries.
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Introduction to Serenity BDD](https://www.baeldung.com/serenity-bdd)
|
||||
|
@ -1,3 +1,7 @@
|
||||
## Relevant articles:
|
||||
## LinkRest
|
||||
|
||||
This module contains articles about LinkRest.
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
- [Guide to LinkRest](https://www.baeldung.com/linkrest)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user