added readme and buildall

This commit is contained in:
Pratik Das
2021-11-16 06:07:32 +05:30
parent 2283feeab8
commit ce4ad5edb7
2 changed files with 4 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module6" ]]
then
# ADD NEW MODULES HERE
# (add new modules above the rest so you get quicker feedback if it fails)
build maven_module "java-hashes"
build maven_module "http-clients"
build maven_module "spring-boot/spring-boot-i18n"
build_maven_module "testing/assertJ"

3
java-hashes/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Related Blog Posts
* [Creating Hashes in Java](https://reflectoring.io/creating-hashes-in-java/)