File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ protected GenericApplicationContext prepareApplicationContext(Class<?> applicati
66
66
public static void main (String [] args ) throws Exception {
67
67
int requiredArgs = 6 ;
68
68
Assert .isTrue (args .length >= requiredArgs , () -> "Usage: " + SpringApplicationAotProcessor .class .getName ()
69
- + " <applicationName > <sourceOutput> <resourceOutput> <classOutput> <groupId> <artifactId> <originalArgs...>" );
69
+ + " <applicationMainClass > <sourceOutput> <resourceOutput> <classOutput> <groupId> <artifactId> <originalArgs...>" );
70
70
Class <?> application = Class .forName (args [0 ]);
71
71
Settings settings = Settings .builder ()
72
72
.sourceOutput (Paths .get (args [1 ]))
You can’t perform that action at this time.
0 commit comments