1.修改求职者生日验证及参数验证

This commit is contained in:
sh
2025-11-25 16:38:02 +08:00
parent a9822c34fe
commit 46c78f72a4
5 changed files with 59 additions and 1 deletions

View File

@@ -111,6 +111,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!--localDate-->
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
</project>