As of now in my project I load the properties from the property files but instead I want to load it from cassandra. The properties will be stored as a json. I looked at the solution here Spring Environment backed by Typesafe Config but I still get the exception "com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'spring' ".
Can somebody help me with this?