From: Kai Moritz Date: Fri, 20 Nov 2020 21:00:20 +0000 (+0100) Subject: WIP X-Git-Tag: wip-implementation~7 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=9ab4d81ed4df60df85e455e844e97149e09a4529;p=demos%2Fmultiple-beans WIP --- diff --git a/src/main/resources/400.html b/src/main/resources/400.html deleted file mode 100644 index 36ba0c0..0000000 --- a/src/main/resources/400.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - Testing Exception-Handling - Template for 400 - - - - -

Template for 400

-
-

EXCEPTION

-

Back to HOME

-
- - diff --git a/src/main/resources/error.html b/src/main/resources/error.html deleted file mode 100644 index a5e8149..0000000 --- a/src/main/resources/error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - XXX: ERROR - - - - -

XXX: ERROR

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StatusERROR.STATUS
ErrorERROR.ERROR
MessageERROR.MESSAGE
Request-IDERROR.REQUEST_ID
TimstampERROR.TIMESTAMP
PathERROR.PATH
Trace -
-
ERROR.TRACE
-
-
-

Back to HOME - - - diff --git a/src/main/resources/layout.html b/src/main/resources/layout.html deleted file mode 100644 index 3ad68ed..0000000 --- a/src/main/resources/layout.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - TITLE - - - -

-
-
-

HEADER

-
BODY
-
-
- - diff --git a/src/main/resources/templates/400.html b/src/main/resources/templates/400.html new file mode 100644 index 0000000..36ba0c0 --- /dev/null +++ b/src/main/resources/templates/400.html @@ -0,0 +1,15 @@ + + + + Testing Exception-Handling - Template for 400 + + + + +

Template for 400

+
+

EXCEPTION

+

Back to HOME

+
+ + diff --git a/src/main/resources/templates/error.html b/src/main/resources/templates/error.html new file mode 100644 index 0000000..a5e8149 --- /dev/null +++ b/src/main/resources/templates/error.html @@ -0,0 +1,51 @@ + + + + XXX: ERROR + + + + +

XXX: ERROR

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusERROR.STATUS
ErrorERROR.ERROR
MessageERROR.MESSAGE
Request-IDERROR.REQUEST_ID
TimstampERROR.TIMESTAMP
PathERROR.PATH
Trace +
+
ERROR.TRACE
+
+
+

Back to HOME + + + diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html new file mode 100644 index 0000000..3ad68ed --- /dev/null +++ b/src/main/resources/templates/layout.html @@ -0,0 +1,20 @@ + + + + + + TITLE + + + +

+
+
+

HEADER

+
BODY
+
+
+ + diff --git a/src/main/resources/templates/view.html b/src/main/resources/templates/view.html new file mode 100644 index 0000000..2b66bb5 --- /dev/null +++ b/src/main/resources/templates/view.html @@ -0,0 +1,22 @@ + + + + SITE-TEMPLATE + + + + +

SITE

+
+

DESCRIPTION

+
+
+

+ + Each site is defined in the configuration with name and description inside an array. + This demo shows, how to create multiple beans of the same type based on the configuration. + +

+
+ + diff --git a/src/main/resources/view.html b/src/main/resources/view.html deleted file mode 100644 index 2b66bb5..0000000 --- a/src/main/resources/view.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - SITE-TEMPLATE - - - - -

SITE

-
-

DESCRIPTION

-
-
-

- - Each site is defined in the configuration with name and description inside an array. - This demo shows, how to create multiple beans of the same type based on the configuration. - -

-
- -