支持h2数据库

This commit is contained in:
Jerry Yan
2025-06-11 12:54:45 +08:00
parent 98ea5846fe
commit 8848de9d15
6 changed files with 496 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
/*初始数据*/
INSERT INTO wvp_user
VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 1, '2021-04-13 14:14:57', '2021-04-13 14:14:57',
'3e80d1762a324d5b0ff636e0bd16f1e3');
INSERT INTO wvp_user_role
VALUES (1, 'admin', '0', '2021-04-13 14:14:57', '2021-04-13 14:14:57');