8000 Unable to find main class · githubfoam/gradle-pipeline@8499d7d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8499d7d

Browse files
committed
Unable to find main class
1 parent 9553b9f commit 8499d7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app5/src/main/java/foo/Foo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ public static int div(int a, int b) throws Exception {
1212
return a / b;
1313
}
1414

15+
public static void main(String[] args) {
16+
SpringApplication.run(Application.class, args);
17+
}
18+
1519
}

0 commit comments

Comments
 (0)
0