|
@@ -14,7 +14,7 @@ import org.springframework.context.annotation.ComponentScan;
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
-@EnableFeignClients
|
|
|
|
|
|
+@EnableFeignClients(basePackages = "com.usky")
|
|
@MapperScan(value = "com.usky.demo.mapper")
|
|
@MapperScan(value = "com.usky.demo.mapper")
|
|
@ComponentScan("com.usky")
|
|
@ComponentScan("com.usky")
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|