42. Bean Validation Coding Step by Step - Part III - Implement Validation

Publicado em: 05 Outubro 2019
no canal de: Miss Xing (邢老师)
2,076
74

Shows you how to implement bean validation with hibernate-validator version 6.
It has one mistake in the video about @DateTimeFormat. In the video, I said, @DateTimeFormatter cannot be used for LocalDate. I was wrong, it doesn't work in that case, is because the pattern string ("mm-DD-yyyy") I put is against the standard, it should be "MM-dd-yyyy"

What's in the video is
@DateTimeFormat(pattern = "mm-DD-yyyy")
private LocalDate birthday;

If you change to configuration below, it should work. Sorry for that.
@DateTimeFormat(pattern = "MM-dd-yyyy")
private LocalDate birthday;

Source code link: https://github.com/TinaXing2012/Spring
Project Name: SpringValidationXML


Nesta página do site você pode assistir ao vídeo on-line 42. Bean Validation Coding Step by Step - Part III - Implement Validation duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Miss Xing (邢老师) 05 Outubro 2019, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,076 vezes e gostou 74 espectadores. Boa visualização!