Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ main
Method
main
app/src/main/java/com/example/app/App.java:11–13 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
9
public
class
App {
10
11
public
static
void
main(String[] args) {
12
SpringApplication.run(App.
class
, args);
13
}
14
15
16
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected