修复代码生成器移除JPA后异常

This commit is contained in:
kenhy
2020-05-21 16:04:48 +08:00
parent a2e68089e7
commit 2d5438d77e

View File

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