启动项还原

This commit is contained in:
dxc
2022-02-16 11:26:13 +08:00
parent d272464fb2
commit c56792d5d3

View File

@ -20,7 +20,7 @@ import org.springframework.context.annotation.ComponentScan;
})
@EnableFeignClients
@EnableEurekaClient
//@EnableApolloConfig
@EnableApolloConfig
@MapperScan({"com.chinaunicom.mall.ebtp.project.**.dao"})
@ComponentScan("com.chinaunicom.mall.ebtp.*")
public class BizServiceEbtpProjectApplication {