Skip to content

Commit 8b3bb9a

Browse files
author
Ivan Virchenko
committed
HelloJspController refactor
1 parent e60b3e9 commit 8b3bb9a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
package com.bobocode.controller;
22

3-
import org.springframework.stereotype.Controller;
4-
import org.springframework.web.bind.annotation.GetMapping;
5-
import org.springframework.web.bind.annotation.RequestMapping;
6-
7-
@Controller
8-
@RequestMapping
93
public class HelloJspController {
10-
@GetMapping
11-
public String hello() {
12-
return "hello";
13-
}
144
}

0 commit comments

Comments
 (0)