MCPcopy Create free account
hub / github.com/LQF-dev/smart-hr / SmartHrApplication

Class SmartHrApplication

back/src/main/java/com/smarthr/SmartHrApplication.java:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import org.springframework.boot.autoconfigure.SpringBootApplication;
11
12@SpringBootApplication
13public class SmartHrApplication {
14
15 public static void main(String[] args) {
16 SpringApplication.run(SmartHrApplication.class, args);
17 }
18}
19
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected