add h2 and save user info to db
This commit is contained in:
5
src/main/resources/db/data-h2.sql
Normal file
5
src/main/resources/db/data-h2.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DELETE FROM t_kafka_user;
|
||||
--
|
||||
-- INSERT INTO t_kafka_user (id, username, password) VALUES
|
||||
-- (1, 'Jone', 'p1'),
|
||||
-- (2, 'Jack', 'p2');
|
||||
Reference in New Issue
Block a user