调整bug

This commit is contained in:
2025-12-16 13:48:59 +08:00
parent 4f70566c65
commit 24e4c4de37
3 changed files with 30 additions and 8 deletions

View File

@@ -14,7 +14,6 @@ import org.springframework.context.annotation.DependsOn;
* @date 2022/11/10
*/
@Slf4j
@DependsOn("proxyMapperRegister")
@MapperScan("com.njcn.**.mapper")
@EnableFeignClients(basePackages = "com.njcn")
@SpringBootApplication(scanBasePackages = "com.njcn")