@NotBlank vs @Column(nullable = false) vs @NotNull — Which one should you use?
When I started working with Spring Boot, I thought all three did the same thing. They don’t. Understanding the difference between them helped me write…
Tech news from the best sources
When I started working with Spring Boot, I thought all three did the same thing. They don’t. Understanding the difference between them helped me write…