Skip to content

Commit

Permalink
add ROLE_ to in memory credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed May 21, 2024
1 parent f89f7ab commit 47347f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ spring:
name: admin
password: admin
roles:
- ADMIN
- USER
- ROLE_ADMIN
- ROLE_USER
<%_ } _%>
<%_ if (authenticationTypeOauth2) { _%>
oauth2:
Expand Down

0 comments on commit 47347f8

Please sign in to comment.