spring boot rest services data validation - live coding

Published: 26 August 2018
on channel: tech prudent
1,022
5

====================================
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


On this page of the site you can watch the video online spring boot rest services data validation - live coding with a duration of hours minute second in good quality, which was uploaded by the user tech prudent 26 August 2018, share the link with friends and acquaintances, this video has already been watched 1,022 times on youtube and it was liked by 5 viewers. Enjoy your viewing!