hello, the question seems easy but how can we provide relative directory for config files?
for example, i want to setup up json location in cas.properties but i dont want to give full path.
cas.serviceRegistry.json.location=file:///etc/cas/services
i expect that get files from (project-root-directory/etc/cas/services), but it works as C:/etc/cas/services
thanks