Skip to content

Commit d797ef4

Browse files
committed
fixing list in the development doc
Signed-off-by: Lewis Birks <22620804+lewisbirks@users.noreply.github.com>
1 parent f360cb5 commit d797ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/asciidoc/dev-tools.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ joobyRun {
143143
<3> Source extensions. A change on these files trigger a compilation request, followed by a restart request.
144144
<4> Application port
145145
<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`.
147147

148148
For Maven and Gradle there are two variant `mvn jooby:testRun` and `./gradlew joobyTestRun` they work
149149
by expanding the classpath to uses the `test` scope or source set.

0 commit comments

Comments
 (0)