Skip to content

Commit b474fc9

Browse files
authored
Upgraded to spring boot 3
1 parent e5fb142 commit b474fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springboot-mongodb-crud-example/src/main/java/net/guides/springboot/crud/controller/EmployeeController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import java.util.List;
55
import java.util.Map;
66

7-
import javax.validation.Valid;
7+
import jakarta.validation.Valid;
88

99
import org.springframework.beans.factory.annotation.Autowired;
1010
import org.springframework.http.ResponseEntity;

0 commit comments

Comments
 (0)