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
// Optional properties with their explicit defaults shown below
182
+
.suspend(true)
183
+
.port(5005)
184
+
);
185
+
// @formatter:on
186
+
}
187
+
----
188
+
189
+
When starting the remote debugger, it is important to remember that the classpath of the `CommonsExecWebServerFactoryBean` is independent of the project it runs in.
190
+
This means, the classpath of the debugger will need to match the classpat of the `CommonsExecWebServerFactoryBean` rather than the project it exists in.
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/main/java/org/springframework/experimental/boot/server/exec/CommonsExecWebServerFactoryBean.java
+54-22Lines changed: 54 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,7 @@ public class CommonsExecWebServerFactoryBean
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/test/java/org/springframework/experimental/boot/server/exec/CommonsExecWebServerFactoryBeanTests.java
0 commit comments