Browse Source

git过滤 2023年2月17日 sxm

master
[li_she] 3 years ago
parent
commit
bff5a227e4
  1. 2
      .gitignore
  2. 2
      xujie-qm/src/main/java/com/xujie/qm/controller/TestController.java

2
.gitignore

@ -2,6 +2,8 @@
*.class *.class
target target
logs
# Log file # Log file
*.log *.log

2
xujie-qm/src/main/java/com/xujie/qm/controller/TestController.java

@ -29,7 +29,7 @@ public class TestController {
TestDto testDto = new TestDto(); TestDto testDto = new TestDto();
testDto.setName("王五"); testDto.setName("王五");
if (1==1){ if (1==1){
throw new XJException("Session is expired!", 500);
throw new XJException("Session is expired1111111", 500);
} }
R tdo = testFeignService.test(testDto); R tdo = testFeignService.test(testDto);
return tdo; return tdo;

Loading…
Cancel
Save