spring boot externalized configuration code example
Example: spring boot redis example
Student retrievedStudent =
studentRepository.findById("Eng2015001").get();
Student retrievedStudent =
studentRepository.findById("Eng2015001").get();