Add JDBC user details to web-secure sample
See gh-1115
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
create table users (
|
||||
username varchar(256),
|
||||
password varchar(256),
|
||||
enabled boolean
|
||||
);
|
||||
|
||||
create table authorities (
|
||||
username varchar(256),
|
||||
authority varchar(256)
|
||||
);
|
||||
Reference in New Issue
Block a user