====================================
Contact and feedback:
/ @techprudent4241
https://github.com/TechPrudent/
techprudent91@gmail.com
https://trello.com/b/8QKy3byG/techpru...
https://techprudent91.blogspot.com/
/ techprudents
/ techprudent
/ tech-prudent-37831216b
https://plus.google.com/u/0/114035390...
====================================
Spring boot rest service data validation - live coding
======================================================
start.spring.io
web, jpa, mysql
controller, repository, entity
add validations to entity
create a customer
{
"name": "techprudent",
"age": 18,
"email": "techprudent91@gmail.com",
"contact": "1234567890",
"gender": "male"
}
@NotNull(message="enter name") @Size(min=2, max=50)
@Min(value=18, message="age should be more than 18")
@Email(message="Email id is not valid")
@Size(min=10, max=10)
@NotEmpty(message="enter gender data")
POST: http://localhost:8080/customer/create
In questa pagina del sito puoi guardare il video online spring boot rest services data validation - live coding della durata di ore minuti seconda in buona qualità , che l'utente ha caricato tech prudent 26 agosto 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 1,022 volte e gli è piaciuto 5 spettatori. Buona visione!