This commit is contained in:
老齐 2024-06-21 17:35:17 +08:00
parent 52082a8245
commit 738c12a26c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package com.qihang.tao;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@ -15,7 +16,7 @@ import org.springframework.context.annotation.ComponentScan;
//@EnableWebSecurity
@EnableDiscoveryClient
@ComponentScan(basePackages={"com.qihang","tech.qihangec.open.tao"})
@ComponentScan(basePackages={"com.qihang","cn.qihangerp.open.tao"})
//@MapperScan(basePackages ={"tech.qihangec.open.tao.mapper","com.qihang.tao.mapper"})
@SpringBootApplication
public class TaoApi