java-tutorials/core-java-modules/core-java-9-jigsaw
YuCheng Hu e1f6933b33
添加 JDK 9 版本的测试代码到项目中
2024-05-01 22:16:24 -04:00
..
library-core JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357) 2024-04-23 18:45:06 +02:00
library-test/src/test/java BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
src BAEL-1699 - modify code comment typo 2022-04-12 16:39:47 +08:00
README.md backlink updated 2024-03-15 12:29:24 +05:30
compile-library-core-module.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-core-tests.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-core-with-tests.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-core.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-test-module.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-simple-modules.sh Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
compile-student-client.bat Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
compile-student-model.bat Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
compile-student-service-dbimpl.bat Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
compile-student-service.bat Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
download-junit-dependencies.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
pom.xml 添加 JDK 9 版本的测试代码到项目中 2024-05-01 22:16:24 -04:00
run-library-core-module-with-patch.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-library-core-module.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-library-test-class-path.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-library-test-module-path.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-simple-module-app.sh Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
run-student-client.bat Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
run-student-client.sh Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00

README.md

Core Java 9

This module contains articles about Project Jigsaw and the Java Platform Module System (JPMS), introduced with Java 9.

Relevant Articles: