Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
simbabdytech committed Dec 18, 2024
1 parent b696d31 commit 14836dc
Show file tree
Hide file tree
Showing 72 changed files with 6 additions and 3,643 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<artifactId>fastjson2</artifactId>
<version>2.0.53</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand All @@ -154,4 +154,3 @@
</plugins>
</build>
</project>

5 changes: 5 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

CurrentDir=$(dirname $0)

java -jar target/example.jar
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,4 @@ private PhoneNumberCheckBo buildGatherPhoneNumberCheckBo(String phoneNumberCheck
// 汇总手机号校验结果
return PhoneNumberCheckBo.builder().total(checkTotalNum).error(checkErrorNum).success(checkSuccessNum).checkErrors(errorPhoneNumberList).build();
}

}

This file was deleted.

18 changes: 0 additions & 18 deletions src/main/java/com/example/snailjob/bo/PhoneNumberBo.java

This file was deleted.

39 changes: 0 additions & 39 deletions src/main/java/com/example/snailjob/bo/PhoneNumberCheckBo.java

This file was deleted.

55 changes: 0 additions & 55 deletions src/main/java/com/example/snailjob/config/SwaggerConfig.java

This file was deleted.

130 changes: 0 additions & 130 deletions src/main/java/com/example/snailjob/controller/JobController.java

This file was deleted.

Loading

0 comments on commit 14836dc

Please sign in to comment.