Skip to content

Commit 50a99fe

Browse files
committed
Readme
1 parent 9253e74 commit 50a99fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ I've written a complete tutorial series for this application on The CalliCoder B
5353
```
5454
5. **Default Roles**
5555

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 -
5757

5858
```sql
5959
INSERT IGNORE INTO roles(name) VALUES('ROLE_USER');

0 commit comments

Comments
 (0)