Merge branch '2.0.x' into 2.1.x
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
<AppenderRef ref="Console"/>
|
||||
</Root>
|
||||
</Loggers>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<jsr107:mbeans enable-statistics="true"/>
|
||||
</cache>
|
||||
|
||||
</config>
|
||||
</config>
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -1 +1 @@
|
||||
DROP ALL OBJECTS;
|
||||
DROP ALL OBJECTS;
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1 +1 @@
|
||||
hello: Bonjour
|
||||
hello: Bonjour
|
||||
|
||||
@@ -4,4 +4,4 @@ name: Phil
|
||||
|
||||
spring:
|
||||
profiles: goodbye,dev
|
||||
name: Everyone
|
||||
name: Everyone
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -7,4 +7,4 @@ create table users (
|
||||
create table authorities (
|
||||
username varchar(256),
|
||||
authority varchar(256)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -7,4 +7,4 @@ create table users (
|
||||
create table authorities (
|
||||
username varchar(256),
|
||||
authority varchar(256)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
<xs:element name="LastName" type="xs:string"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:schema>
|
||||
</xs:schema>
|
||||
|
||||
Reference in New Issue
Block a user