You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ServiceMonitor
2
2
3
-
An example application for [_Java 9 Module System](https://git.manning.com/agileauthor/parlog).
3
+
An example application for my book [_The Java 9 Module System_](https://www.manning.com/books/the-java-9-module-system?a_aid=nipa&a_bid=869915cb).
4
4
The _Service Monitor_ is an application that observes a hypothetical network of microservices by
5
5
6
6
* contacting individual services
@@ -15,7 +15,16 @@ Each module has its own directory that contains the known folder structure, e.g.
15
15
## Branches
16
16
17
17
The master branch uses basic features, except where it has to use automatic and unnamed modules for the non-modularized dependencies (Spark, Hibernate).
18
-
Other branches explore individual features of the module system.
18
+
Other branches explore individual features of the module system:
* split package, on [compilation](../../tree/break-split-package-compilation) and [launch](../../tree/break-split-package-launch) (not properly documented)
19
28
20
29
21
30
## Setup
@@ -29,3 +38,6 @@ The root directory contains a number of shell scripts:
29
38
*`multi-compile.sh`: compiles all modules at once
30
39
*`dry-run`: launches the application with `--dry-run`, which aborts before calling the main method
31
40
*`run`: launches the application
41
+
42
+
To reduce setup efforts for IntelliJ users, I decided to leave my `.idea` folder in here.
0 commit comments