We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4e68f commit 271ce4cCopy full SHA for 271ce4c
…/sdk/apps/spring/demo/SpringDemoApp.java …k/apps/spring/demo/SpringHelloworld.javaexamples/spring-helloworld/src/main/java/io/a2a/sdk/apps/spring/demo/SpringDemoApp.java renamed to examples/spring-helloworld/src/main/java/io/a2a/sdk/apps/spring/demo/SpringHelloworld.java
@@ -7,9 +7,9 @@
7
*
8
*/
9
@SpringBootApplication
10
-public class SpringDemoApp {
+public class SpringHelloworld {
11
12
public static void main(String[] args) {
13
- SpringApplication.run(SpringDemoApp.class, args);
+ SpringApplication.run(SpringHelloworld.class, args);
14
}
15
0 commit comments