Find
Find wordlist for specific framework
find /opt/SecLists/ | grep -i spring
Look for properties in current directory
find . -name *.properties
Find file in current directory
find . -name $file
find /opt/SecLists/ | grep -i spring
find . -name *.properties
find . -name $file