mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
4 lines
163 B
SQL
4 lines
163 B
SQL
insert into users (username, password, enabled) values ('user', '{noop}user', true);
|
|
|
|
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');
|