How to locate a file inside a zip file or inside a jar file:
find . -name “*jar” -exec unzip -l {} \; | grep persistence.xml
Posted in: Uncategorized.
Name (required)
Email (will not be published) (required)
Website (optional)