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
|
||||
public class HelloController {
|
||||
|
||||
private static final String HELLO = "helloworld";
|
||||
private static final String HELLO = "helloworld-nice to meet you";
|
||||
|
||||
@Setter
|
||||
@Getter
|
||||
|
||||
Reference in New Issue
Block a user