update AppRun

This commit is contained in:
hupeng
2020-05-29 23:27:14 +08:00
parent fec31ae754
commit eed155b159

View File

@ -26,6 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@SpringBootApplication
@EnableTransactionManagement
@MapperScan({"co.yixiang.*.mapper"})
public class AppRun {
public static void main(String[] args) {