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 + + +