20250407 更新
1.注释掉推送数据到labscare的bean注解
This commit is contained in:
@@ -18,7 +18,7 @@ import javax.annotation.Resource;
|
||||
* @description: 推送数据到LabsCare平台接口管理
|
||||
* @date 2025/4/3 10:48
|
||||
*/
|
||||
@RestController
|
||||
//@RestController
|
||||
@RequestMapping("/pushDataToLabsCare")
|
||||
@Api(tags = "19-推送数据到LabsCare平台接口管理", description = "推送数据到LabsCare平台接口管理")
|
||||
public class PushDataToLabsCareController {
|
||||
|
||||
@@ -16,7 +16,7 @@ import java.util.concurrent.CompletableFuture;
|
||||
* 监听有关推送数据到LabsCare 平台的事件, 采用异步
|
||||
*/
|
||||
@Slf4j
|
||||
@Component
|
||||
//@Component
|
||||
public class PushDataToLabsCareEventListener implements ApplicationListener<PushDataToLabsCareEvent> {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
|
||||
* @date 2025/3/27 16:32
|
||||
*/
|
||||
@Slf4j
|
||||
@Service
|
||||
//@Service
|
||||
public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService {
|
||||
|
||||
@Resource
|
||||
|
||||
Reference in New Issue
Block a user