質問編集履歴
3
コンソールに表示されているエラーメッセージ
test
CHANGED
File without changes
|
test
CHANGED
@@ -316,6 +316,6 @@
|
|
316
316
|
|
317
317
|
|
318
318
|
|
319
|
-
org.springframework.beans.NotReadablePropertyException: Invalid property 'deptno' of bean class [
|
319
|
+
org.springframework.beans.NotReadablePropertyException: Invalid property 'deptno' of bean class [comprehensive.exercise.form.EmployeeForm_edit]: Bean property 'deptno' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
|
320
320
|
|
321
321
|
```
|
2
コンソールに表示されているエラーメッセージ
test
CHANGED
File without changes
|
test
CHANGED
@@ -314,4 +314,8 @@
|
|
314
314
|
|
315
315
|
|
316
316
|
|
317
|
+
|
318
|
+
|
319
|
+
org.springframework.beans.NotReadablePropertyException: Invalid property 'deptno' of bean class [jp.co.nihon_protec.comprehensive.exercise.form.EmployeeForm_edit]: Bean property 'deptno' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
|
320
|
+
|
317
321
|
```
|
1
コンソールに表示されているエラーメッセージ
test
CHANGED
File without changes
|
test
CHANGED
@@ -305,3 +305,13 @@
|
|
305
305
|
</html>
|
306
306
|
|
307
307
|
```
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
```ここに言語を入力
|
312
|
+
|
313
|
+
2021-06-21 13:00:30.357[0;39m [31mERROR[0;39m [35m8060[0;39m [2m---[0;39m [2m[nio-8080-exec-5][0;39m [36mo.a.c.c.C.[.[.[/].[dispatcherServlet] [0;39m [2m:[0;39m Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/edit.html]")] with root cause
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
```
|