回答編集履歴
2
誤字修正
answer
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
```
|
4
4
|
@Controller
|
5
5
|
@RequestMapping("/example")
|
6
|
-
public class
|
6
|
+
public class SampleController {
|
7
7
|
|
8
8
|
@RequestMapping("")
|
9
9
|
public String index() {
|
1
誤字の修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
resources/templetes/exampleフォルダにindex.htmlファイルを置いて、
|
2
|
-
|
2
|
+
Controllerファイルを下記のようにする。
|
3
3
|
```
|
4
4
|
@Controller
|
5
5
|
@RequestMapping("/example")
|