Spring Boot : Configuring Random values
Many times we need to get random values ,for example you need to generate random pin for verification or a some random value for email verification. Spring provides easy way to do it.
RandomValuePropertySource is used to inject random values. RandomV...
kumarpallav.dev2 min read