Commit 40d1f938 by zhangxingmin

push

parent b9e27a13
...@@ -12,9 +12,7 @@ import org.springframework.scheduling.annotation.EnableScheduling; ...@@ -12,9 +12,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication(scanBasePackages = "com.yd") @SpringBootApplication(scanBasePackages = "com.yd")
@MapperScan("com.yd.**.dao") @MapperScan("com.yd.**.dao")
@EnableFeignClients(basePackages = "com.yd") @EnableFeignClients(basePackages = "com.yd")
@ComponentScan(basePackages = { @ComponentScan(basePackages = {"com.yd.auth.core", "com.yd.csf.service.config"})
"com.yd.auth.core" // 包含认证模块的包路径
})
public class CsfApiApplication { public class CsfApiApplication {
public static void main(String[] args) { public static void main(String[] args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment