Update HelloController.java

helloworld -> helloworld-nice to meet you
This commit is contained in:
codej99
2019-05-05 23:28:42 +09:00
committed by GitHub
parent 8ad0baad33
commit 5f1bd9fdcc

View File

@@ -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