回答編集履歴
2
解決策の修正
test
CHANGED
@@ -14,6 +14,6 @@
|
|
14
14
|
|
15
15
|
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
|
16
16
|
|
17
|
-
<thymeleaf-layout-dialect.version>2.2.2</thymeleaf-layout-
|
17
|
+
<thymeleaf-layout-dialect.version>2.2.2</thymeleaf-layout-dialect.version>
|
18
18
|
|
19
19
|
</properties>
|
1
解決策の追記
test
CHANGED
@@ -1 +1,19 @@
|
|
1
1
|
pom.xmlのバージョン指定に誤りがございました。
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
後半2行を追記したところ解決しました。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
<properties>
|
10
|
+
|
11
|
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
12
|
+
|
13
|
+
<java.version>11</java.version>
|
14
|
+
|
15
|
+
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
|
16
|
+
|
17
|
+
<thymeleaf-layout-dialect.version>2.2.2</thymeleaf-layout-
|
18
|
+
|
19
|
+
</properties>
|