| 4 | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| 5 | |
| 6 | @SpringBootApplication |
| 7 | public class Application { |
| 8 | |
| 9 | public static void main(String[] args) { |
| 10 | SpringApplication.run(Application.class, args); |
| 11 | } |
| 12 | } |
| 13 | |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected