配置修改,同步修护线上不能启动的问题
parent
8b546d1184
commit
c771ecf9e1
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue