MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / main

Method main

src/main/java/scorekeep/Application.java:9–11  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

7public class Application {
8
9 public static void main(String[] args) {
10 SpringApplication.run(Application.class, args);
11 }
12}

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected