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
6666 public static void main (String [] args ) throws Exception {
6767 int requiredArgs = 6 ;
6868 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...>" );
7070 Class <?> application = Class .forName (args [0 ]);
7171 Settings settings = Settings .builder ()
7272 .sourceOutput (Paths .get (args [1 ]))
You can’t perform that action at this time.
0 commit comments