Merge branch '2.0.x' into 2.1.x

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

View File

@@ -18,4 +18,4 @@
<AppenderRef ref="Console"/>
</Root>
</Loggers>
</Configuration>
</Configuration>

View File

@@ -11,4 +11,4 @@
<jsr107:mbeans enable-statistics="true"/>
</cache>
</config>
</config>

View File

@@ -6,4 +6,4 @@ CREATE TABLE PERSON (
create sequence person_sequence start with 1 increment by 1;
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');

View File

@@ -1 +1 @@
DROP ALL OBJECTS;
DROP ALL OBJECTS;

View File

@@ -14,4 +14,4 @@ insert into note_tags(notes_id, tags_id) values (1, 3)
insert into note_tags(notes_id, tags_id) values (2, 3)
insert into note_tags(notes_id, tags_id) values (3, 3)
insert into note_tags(notes_id, tags_id) values (4, 2)
insert into note_tags(notes_id, tags_id) values (4, 3)
insert into note_tags(notes_id, tags_id) values (4, 3)

View File

@@ -1 +1 @@
hello: Bonjour
hello: Bonjour

View File

@@ -4,4 +4,4 @@ name: Phil
spring:
profiles: goodbye,dev
name: Everyone
name: Everyone

View File

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

View File

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

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>

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>

View File

@@ -23,4 +23,4 @@
<xs:element name="LastName" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
</xs:schema>