Closed markcdev101 closed 2 weeks ago
For adding to gitignore and removing from Git repository
echo "application.yaml" >> .gitignore cd to /resources git rm --cached application.yml git add . git commit -m 'Removed application.yml from tracking and add to gitinore' git push
Description: Secure Backend repo by protecting passwords in configuration file.
Spring Boot Concepts:
Guide:
Acceptance Criteria: