@@ -9,7 +9,7 @@ import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@EnableEurekaClient
@EnableDiscoveryClient
@SpringBootApplication
-@MapperScan(basePackages = {"com.chinaitop.depot.*.mapper"})
+@MapperScan(basePackages = {"com.chinaitop.depot.customer.mapper"})
public class DepotCustomerApplication {
public static void main(String[] args) {