| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks so much @MD-Suhad for creating your first PR, the Spring-Boot-Blog-REST-API community thanks you :)
Sorry, something went wrong.
⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components. Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard.
To avoid such incidents in the future consider
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
This update adds automatic initialization of default roles during the first application startup.
When the application runs for the first time, required roles (e.g., ROLE_USER, ROLE_ADMIN) are automatically inserted into the database if they do not already exist.
This removes the need for manual database role setup.
Fixes # (issue)
Type of change
[x] New feature (non-breaking change which adds functionality)
Please delete options that are not relevant.
How Has This Been Tested?
Checklist:
[x] I have performed a self-review of my own code
[x] My changes generate no new warnings or errors