1 Commits

Author SHA1 Message Date
codej99
5f1bd9fdcc Update HelloController.java
helloworld -> helloworld-nice to meet you
2019-05-05 23:28:42 +09:00

View File

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