#BAEL-17506 Add README descriptions to several modules.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## Libraries
|
||||
|
||||
This module contains articles about various Java libraries.
|
||||
These are small libraries that are relatively easy to use and does not require any separate module of their own.
|
||||
|
||||
The code examples related to different libraries should go in a new package.
|
||||
|
||||
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.
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Introduction to Javatuples](http://www.baeldung.com/java-tuples)
|
||||
@@ -37,9 +46,3 @@
|
||||
- [Implementing a FTP-Client in Java](http://www.baeldung.com/java-ftp-client)
|
||||
- [Introduction to Functional Java](https://www.baeldung.com/java-functional-library)
|
||||
- [A Guide to the Reflections Library](https://www.baeldung.com/reflections-library)
|
||||
|
||||
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.
|
||||
|
||||
The code examples related to different libraries should go in a new package.
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user