MCPcopy Create free account
hub / github.com/crossoverJie/JCSprout / main

Method main

src/main/java/com/crossoverjie/Application.java:18–22  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

16
17
18 public static void main(String[] args) throws Exception {
19 SpringApplication.run(Application.class, args);
20 LOGGER.info("start ok!");
21
22 }
23
24}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected