pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/test/Test4TempCtrl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/test/Test4TempSv.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pipIrr-platform/pipIrr-web/pipIrr-web-temp/说明.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/test/Test4TempCtrl.java
New file @@ -0,0 +1,41 @@ package com.dy.pipIrrTemp.test; import com.dy.common.aop.SsoAop; import com.dy.common.webUtil.BaseResponse; import com.dy.common.webUtil.BaseResponseUtils; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * @Author: liurunyu * @Date: 2024/12/17 8:52 * @Description */ @Slf4j @RestController @RequestMapping(path = "test") @SuppressWarnings("unchecked")//javaçæ¬è¶é«ï¼å¯¹æ³å约æè¶ä¸¥ï¼æä»¥é ç½®SuppressWarnings("unchecked") public class Test4TempCtrl { private Test4TempSv sv; @Autowired private void setSv(Test4TempSv sv) { this.sv = sv; } /** * å é¤ä¸äºæ¼æç»è®¡ * @return */ @GetMapping(path = "doSome") @SsoAop() public BaseResponse<Boolean> doSome(){ this.sv.doSome(); return BaseResponseUtils.buildSuccess(true); } } pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/test/Test4TempSv.java
New file @@ -0,0 +1,17 @@ package com.dy.pipIrrTemp.test; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; /** * @Author: liurunyu * @Date: 2024/12/17 8:53 * @Description */ @Slf4j @Service public class Test4TempSv { public String doSome(){ return "ææ¯æµè¯" ; } } pipIrr-platform/pipIrr-web/pipIrr-web-temp/˵Ã÷.txt
@@ -2,6 +2,8 @@ ç³»ç»æ£å¼è¿è¡ä¸éè¦è¿ä¸ªæ¨¡å æ§è¡åè½ï¼ 0ãæµè¯ /temp/test/doSome 1ãå é¤ä¸äºæ¼æç»è®¡---é夿°æ® /temp/delSome/deleteSomeStatisticLossAmount 2ãå é¤ä¸äºåæ°´å£ç»è®¡---é夿°æ®