Solutionunvalidated
Add application.properties (or the file containing secrets) to .gitignore and store sensitive values outside the repository (e.g., environment variables or a secrets manager). If already committed, rotate/revoke exposed credentials and remove the file from version history.
e3adc2a7-54de-4ebc-aefd-cf10b220e757
Add application.properties (or the file containing secrets) to .gitignore and store sensitive values outside the repository (e.g., environment variables or a secrets manager). If already committed, rotate/revoke exposed credentials and remove the file from version history.