Merge branch '2.1.x'

This commit is contained in:
Phillip Webb
2019-06-04 02:08:00 -07:00
107 changed files with 130 additions and 112 deletions

View File

@@ -1,3 +1,3 @@
insert into users (username, password, enabled) values ('user', '{noop}user', true);
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');

View File

@@ -7,4 +7,4 @@ create table users (
create table authorities (
username varchar(256),
authority varchar(256)
);
);

View File

@@ -31,4 +31,4 @@
</div>
</div>
</body>
</html>
</html>