MCPcopy Create free account
hub / github.com/danvega/code-structure / Application

Class Application

src/main/java/dev/danvega/codestructure/Application.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 Application {
8
9 public static void main(String[] args) {
10 SpringApplication.run(Application.class, args);
11 }
12
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected