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: spring-boot-testjars/src/main/java/org/springframework/experimental/boot/server/exec/CommonsExecWebServerFactoryBean.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public class CommonsExecWebServerFactoryBean
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/main/java/org/springframework/experimental/boot/server/exec/detector/JarLauncherDetector.java
"The application could not be launched as a Spring Boot fat jar using the classpath " + classPath + "\n"
56
+
+ " - If you expect the application to run as a fat jar, ensure that the classpath includes the Spring Boot fat jar\n"
57
+
+ " - If you are not using a fat jar, ensure to specify the main class using CommonsExecWebServerFactoryBean.mainClass(String)\n"
58
+
+ " - If your application is an adhoc application that does not contain a main class, you can use CommonsExecWebServerFactoryBean.useGenericSpringBootMain()");
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/test/java/org/springframework/experimental/boot/server/exec/CommonsExecWebServerFactoryBeanTests.java
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/test/java/org/springframework/experimental/boot/server/exec/detector/SpringBootFatJarMainTests.java
0 commit comments