e28fd3e7c9
update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
3 lines
166 B
SQL
3 lines
166 B
SQL
insert into users(username, password, enabled) values ('spring_user', 'pass', true);
|
|
|
|
insert into authorities(username, authority) values ('spring_user','ROLE_USER'); |