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: docs/asciidoc/dev-tools.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ joobyRun {
143
143
<3> Source extensions. A change on these files trigger a compilation request, followed by a restart request.
144
144
<4> Application port
145
145
<5> How long to wait after last file change to restart. Default is: `500` milliseconds.
146
-
<5> Use a single/fat class loader to run your application. This is required on complex project classpath where you start seeing weird reflection errors. This was the default mode in Jooby 2.x. The new model since 3.x uses a modular classloader which improves restart times and memory usage making it faster. Default is: `false`.
146
+
<6> Use a single/fat class loader to run your application. This is required on complex project classpath where you start seeing weird reflection errors. This was the default mode in Jooby 2.x. The new model since 3.x uses a modular classloader which improves restart times and memory usage making it faster. Default is: `false`.
147
147
148
148
For Maven and Gradle there are two variant `mvn jooby:testRun` and `./gradlew joobyTestRun` they work
149
149
by expanding the classpath to uses the `test` scope or source set.
0 commit comments