Files
jambotron/src/main/resources/import/roles.json
T
2025-08-14 18:50:16 +03:00

10 lines
128 B
JSON

[ {
"id" : 1,
"name" : "ROLE_USER"
}, {
"id" : 2,
"name" : "ROLE_MODERATOR"
}, {
"id" : 3,
"name" : "ROLE_ADMIN"
} ]