Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fushuling/fastjson_mysql
/ main
Method
main
src/main/java/com/suctf/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
}
13
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected