添加MapperScan防止启动代码警告
This commit is contained in:
@ -26,6 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RestController
|
||||
@SpringBootApplication
|
||||
@EnableTransactionManagement
|
||||
@MapperScan(basePackages ={ "co.yixiang.*.mapper", "co.yixiang.config"})
|
||||
public class AppRun {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Reference in New Issue
Block a user