@author 安逸i @version 1.0
| 13 | * @version 1.0 |
| 14 | */ |
| 15 | @SpringBootApplication |
| 16 | @ServletComponentScan |
| 17 | @EnableTransactionManagement |
| 18 | @MapperScan(basePackages = "com.anyi.reggie.mapper") |
| 19 | public class ReggieApplication { |
| 20 | public static void main(String[] args) { |
| 21 | SpringApplication.run(ReggieApplication.class, args); |
| 22 | } |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected