启动类添加注解

master
张腾 2024-08-08 23:38:01 +08:00
parent 5781cf2684
commit 9de071f1e4
1 changed files with 2 additions and 2 deletions

View File

@ -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) {