MCPcopy Create free account
hub / github.com/Firebasky/Java / EchoApplication

Class EchoApplication

java回显/src/main/java/com/firebasky/echo/EchoApplication.java:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import org.springframework.boot.autoconfigure.SpringBootApplication;
5
6@SpringBootApplication
7public class EchoApplication {
8
9 public static void main(String[] args) {
10 SpringApplication.run(EchoApplication.class, args);
11 }
12
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected