启动类添加注解
parent
9de071f1e4
commit
88b67b81f4
|
@ -37,12 +37,12 @@ public class OrderPayCustomerServiceImpl
|
|||
@Autowired
|
||||
private NacosServerService nacosServerService;
|
||||
|
||||
/* public OrderPayCustomerServiceImpl() {
|
||||
public OrderPayCustomerServiceImpl() {
|
||||
List<String> basePackages = ForestScannerRegister.getBasePackages();
|
||||
for (String basePackage : basePackages) {
|
||||
log.info("===>"+basePackage);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<CustomerListResp> selectList(CustomerListReq req) {
|
||||
|
|
Loading…
Reference in New Issue