配置修改,同步修护线上不能启动的问题

dev
huwei 2026-07-03 10:34:11 +08:00
parent 8b546d1184
commit c771ecf9e1
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ import org.springframework.boot.SpringApplication;
"org.qinan.safetyeval.infrastructure.persistence.mapper"
}
)
@SpringBootApplication(scanBasePackages = {"org.qinan.safetyeval", "com.jjb.saas"},exclude = {com.jjb.saas.framework.datascope.DataScopeConfiguration.class})
@EnableDubbo
@EnableFeignClients(basePackages = {"org.qinan.safetyeval", "com.jjb.saas"})
@Slf4j
public class SafetyEvalApplication {