Update HelloController.java
helloworld -> helloworld-nice to meet you
This commit is contained in:
@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|||||||
@Controller
|
@Controller
|
||||||
public class HelloController {
|
public class HelloController {
|
||||||
|
|
||||||
private static final String HELLO = "helloworld";
|
private static final String HELLO = "helloworld-nice to meet you";
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
@Getter
|
@Getter
|
||||||
|
|||||||
Reference in New Issue
Block a user