first commit. application working
This commit is contained in:
4
backend/target/classes/data.sql
Normal file
4
backend/target/classes/data.sql
Normal file
@ -0,0 +1,4 @@
|
||||
INSERT IGNORE INTO users(username,password,role)
|
||||
VALUES ('admin',
|
||||
'$2b$10$WsYyjjRNNfXN5lElXrXXUOZjx0Vi6x8xh19nnPoi06OgIMnn7uRke',
|
||||
'ADMIN');
|
||||
Reference in New Issue
Block a user