You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ I've written a complete tutorial series for this application on The CalliCoder B
53
53
```
54
54
5.**Default Roles**
55
55
56
-
The spring boot app uses role based authorization powered by spring security. To add the default roles in the database, I have added the following script in `src/main/resources/data.sql` file. Spring boot will automatically execute this script on startup -
56
+
The spring boot app uses role based authorization powered by spring security. To add the default roles in the database, I have added the following sql queries in `src/main/resources/data.sql` file. Spring boot will automatically execute this script on startup -
57
57
58
58
```sql
59
59
INSERT IGNORE INTO roles(name) VALUES('ROLE_USER');
0 commit comments