Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
public
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
run
Method · 0.80
Tested by
no test coverage detected