Merge branch '1.5.x' into 2.0.x
commit
5fba43aa31
@ -1 +1 @@
|
|||||||
custom
|
custom
|
||||||
|
@ -1 +1 @@
|
|||||||
yield "custom"
|
yield "custom"
|
||||||
|
@ -1 +1 @@
|
|||||||
custom
|
custom
|
||||||
|
@ -1 +1 @@
|
|||||||
INSERT INTO BAR VALUES (1, 'Andy');
|
INSERT INTO BAR VALUES (1, 'Andy');
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -1 +1 @@
|
|||||||
Hello {{World}}
|
Hello {{World}}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CREATE TABLE SPAM (
|
CREATE TABLE SPAM (
|
||||||
id INTEGER IDENTITY PRIMARY KEY,
|
id INTEGER IDENTITY PRIMARY KEY,
|
||||||
name VARCHAR(30),
|
name VARCHAR(30),
|
||||||
);
|
);
|
||||||
|
@ -1 +1 @@
|
|||||||
INSERT INTO FOO VALUES (1, 'Andy');
|
INSERT INTO FOO VALUES (1, 'Andy');
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
INSERT INTO BAR(id, name) VALUES (1, 'bar');
|
INSERT INTO BAR(id, name) VALUES (1, 'bar');
|
||||||
INSERT INTO BAR(id, name) VALUES (2, 'ばー');
|
INSERT INTO BAR(id, name) VALUES (2, 'ばー');
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CREATE TABLE FOO (
|
CREATE TABLE FOO (
|
||||||
id INTEGER IDENTITY PRIMARY KEY,
|
id INTEGER IDENTITY PRIMARY KEY,
|
||||||
name VARCHAR(30),
|
name VARCHAR(30),
|
||||||
);
|
);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CREATE TABLE BAR (
|
CREATE TABLE BAR (
|
||||||
id INTEGER IDENTITY PRIMARY KEY,
|
id INTEGER IDENTITY PRIMARY KEY,
|
||||||
name VARCHAR(30),
|
name VARCHAR(30),
|
||||||
);
|
);
|
||||||
|
@ -1 +1 @@
|
|||||||
<html><body data:foo="${foo}"></body></html>
|
<html><body data:foo="${foo}"></body></html>
|
||||||
|
@ -1 +1 @@
|
|||||||
home
|
home
|
||||||
|
@ -1 +1 @@
|
|||||||
<html><body th:text="${foo}">Home</body></html>
|
<html><body th:text="${foo}">Home</body></html>
|
||||||
|
@ -1 +1 @@
|
|||||||
home
|
home
|
||||||
|
@ -1 +1 @@
|
|||||||
<html><body th:text="${#temporals.create('2015','11','24')}"></body></html>
|
<html><body th:text="${#temporals.create('2015','11','24')}"></body></html>
|
||||||
|
@ -1 +1 @@
|
|||||||
Message: ${greeting}
|
Message: ${greeting}
|
||||||
|
@ -1 +1 @@
|
|||||||
<html><body>Message: <span th:text="${greeting}">Hello</span></body></html>
|
<html><body>Message: <span th:text="${greeting}">Hello</span></body></html>
|
||||||
|
@ -1 +1 @@
|
|||||||
Message: ${greeting}
|
Message: ${greeting}
|
||||||
|
@ -1 +1 @@
|
|||||||
prefixed
|
prefixed
|
||||||
|
@ -1 +1 @@
|
|||||||
yield "prefixed"
|
yield "prefixed"
|
||||||
|
@ -1 +1 @@
|
|||||||
prefixed
|
prefixed
|
||||||
|
@ -1 +1 @@
|
|||||||
suffixed
|
suffixed
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<settingsSecurity>
|
<settingsSecurity>
|
||||||
<master>{oAyWuFO63U8HHgiplpqtgXih0/pwcRA0d+uA+Z7TBEk=}</master>
|
<master>{oAyWuFO63U8HHgiplpqtgXih0/pwcRA0d+uA+Z7TBEk=}</master>
|
||||||
</settingsSecurity>
|
</settingsSecurity>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CREATE TABLE FOO (
|
CREATE TABLE FOO (
|
||||||
id INTEGER IDENTITY PRIMARY KEY,
|
id INTEGER IDENTITY PRIMARY KEY,
|
||||||
name VARCHAR(30),
|
name VARCHAR(30),
|
||||||
);
|
);
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
test:
|
test:
|
||||||
foo:
|
foo:
|
||||||
bar: value
|
bar: value
|
||||||
|
@ -1 +1 @@
|
|||||||
create table example (id int, name varchar);
|
create table example (id int, name varchar);
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"foo": "bar"
|
"foo": "bar"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
foo: ${fooValue}
|
foo: ${fooValue}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: dev,healthcheck
|
active: dev,healthcheck
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: dev, healthcheck
|
active: dev, healthcheck
|
||||||
|
@ -1 +1 @@
|
|||||||
DROP ALL OBJECTS;
|
DROP ALL OBJECTS;
|
||||||
|
@ -1 +1 @@
|
|||||||
hello: Bonjour
|
hello: Bonjour
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
insert into users (username, password, enabled) values ('user', '{noop}user', true);
|
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');
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
^http://livereload.com/protocols/official-7$
|
Loading…
Reference in New Issue