MCPcopy Create free account
hub / github.com/minarashidi/authentication / main

Method main

src/main/java/com/mina/authentication/Main.java:9–11  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

7public class Main {
8
9 public static void main(String[] args) {
10 SpringApplication.run(Main.class, args);
11 }
12
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected