Hi folks kind of new to Yaml ,
Trying to separate the properties from the XML file and creating a separate Yaml file in the server to get the configuration properties during authentication . The java code should read the properties from the Yaml file.
Earlier it used to get the properties / configuration parameters from the Xml document .
So the goal now is to get configuration parameters for authentication from the yaml file which we will keep in the tomcat server .
Any suggestions would help me work on Yaml .