MCPcopy Create free account
hub / github.com/MichelliBrito/ms-email / EmailApplication

Class EmailApplication

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected