From fd32c872907e64caaa4760d746fe1da6a57aa599 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 26 Feb 2020 15:16:45 -0500 Subject: [PATCH] Readme and pom file added --- core-java-modules/README.md | 10 ++++++++++ core-java-modules/pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 core-java-modules/README.md create mode 100644 core-java-modules/pom.xml diff --git a/core-java-modules/README.md b/core-java-modules/README.md new file mode 100644 index 0000000000..55dacca916 --- /dev/null +++ b/core-java-modules/README.md @@ -0,0 +1,10 @@ +## Core Java Modules + +This module contains modules about core Java + +## Relevant articles: + +- [Multi-Module Maven Application with Java Modules](https://www.baeldung.com/maven-multi-module-project-java-jpms) +- [Guide to Java FileChannel](https://www.baeldung.com/java-filechannel) +- [Understanding the NumberFormatException in Java](https://www.baeldung.com/java-number-format-exception) +- [Will an Error Be Caught by Catch Block in Java?](https://www.baeldung.com/java-error-catch) diff --git a/core-java-modules/pom.xml b/core-java-modules/pom.xml new file mode 100644 index 0000000000..7114da934a --- /dev/null +++ b/core-java-modules/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + com.ossez.core-java-modules + core-java-modules + core-java-modules + pom + + + parent-modules + com.ossez + 1.0.0-SNAPSHOT + + + + pre-jpms + core-java-optional + core-java-lang-operators + core-java-networking-2 + core-java-security-manager + + +