From 30f93a0f5615515df2bfe1fdbbadab0308ca0471 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 13 三月 2024 21:50:16 +0800 Subject: [PATCH] 集成相关更改 --- Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/controller/TestCalledIntegrationController.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/controller/TestCalledIntegrationController.java b/Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/controller/TestCalledIntegrationController.java index fdec40a..940dee1 100644 --- a/Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/controller/TestCalledIntegrationController.java +++ b/Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/controller/TestCalledIntegrationController.java @@ -1,9 +1,18 @@ package com.vci.ubcs.example.controller; +import lombok.AllArgsConstructor; +import org.springframework.web.bind.annotation.RestController; + /** * 娴嬭瘯璋冪敤缂栫爜绯荤粺浠g爜绀轰緥鐨刟pi瀹氫箟 * @author ludc * @date 2024/2/27 20:34 */ +@AllArgsConstructor +@RestController("/pushIntegration") public class TestCalledIntegrationController { + + + + } -- Gitblit v1.9.3