| 10 | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| 11 | |
| 12 | @SpringBootApplication |
| 13 | public class SmartHrApplication { |
| 14 | |
| 15 | public static void main(String[] args) { |
| 16 | SpringApplication.run(SmartHrApplication.class, args); |
| 17 | } |
| 18 | } |
| 19 | |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected