hefeng %!s(int64=6) %!d(string=hai) anos
pai
achega
8de46ed673

+ 1 - 1
src/main/java/com/chinaitop/depot/DepotCustomerApplication.java

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