質問するログイン新規登録

回答編集履歴

2

誤字修正

2018/02/15 22:57

投稿

apo
apo

スコア362

answer CHANGED
@@ -3,7 +3,7 @@
3
3
  ```
4
4
  @Controller
5
5
  @RequestMapping("/example")
6
- public class SamleController {
6
+ public class SampleController {
7
7
 
8
8
  @RequestMapping("")
9
9
  public String index() {

1

誤字の修正

2018/02/15 22:57

投稿

apo
apo

スコア362

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  resources/templetes/exampleフォルダにindex.htmlファイルを置いて、
2
- Conrollerファイルを下記のようにする。
2
+ Controllerファイルを下記のようにする。
3
3
  ```
4
4
  @Controller
5
5
  @RequestMapping("/example")