c255eb13c1
* feat: Added two main modules * feat: Renamed test module * feat: Added scripts for compiling library modules * feat: Added scripts for running core module * feat: Added scripts for running test module * fix: Fixed module name * fix: Removed unnecessary module imports * feat: Added script for running tests with patch * fix: Remove unnecessary module path imports * feat: Script for simple classpath tests * fix: Updated output directory * fix: Updated output directory for test compilation * fix: Replace maven repository with local lib folder * feat: Add lib folder * feat: Update the scripts * fix: Remove pom from test module * fix: Update core pom dependencies * fix: Remove test module from a parent pom * fix: Removed jars and added a script * fix: Fix a script * fix: Fix pom conflict |
||
---|---|---|
.. | ||
library-core | ||
library-test/src/test/java | ||
src | ||
README.md | ||
compile-library-core-module.sh | ||
compile-library-core-tests.sh | ||
compile-library-core-with-tests.sh | ||
compile-library-core.sh | ||
compile-library-test-module.sh | ||
compile-simple-modules.sh | ||
compile-student-client.bat | ||
compile-student-model.bat | ||
compile-student-service-dbimpl.bat | ||
compile-student-service.bat | ||
download-junit-dependencies.sh | ||
pom.xml | ||
run-library-core-module-with-patch.sh | ||
run-library-core-module.sh | ||
run-library-test-class-path.sh | ||
run-library-test-module-path.sh | ||
run-simple-module-app.sh | ||
run-student-client.bat | ||
run-student-client.sh |
README.md
Core Java 9
This module contains articles about Project Jigsaw and the Java Platform Module System (JPMS), introduced with Java 9.