File tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2023 the original author or authors.
2
+ * Copyright 2012-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -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