启动类添加注解

master
张腾 2024-08-09 00:01:55 +08:00
parent 9de071f1e4
commit 88b67b81f4
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) {