3 Commits

Author SHA1 Message Date
codej99
5f1bd9fdcc Update HelloController.java
helloworld -> helloworld-nice to meet you
2019-05-05 23:28:42 +09:00
codej99
8ad0baad33 Merge pull request #15 from codej99/feature/gracefullyshutdown
Blue / Green Deployment
2019-05-03 15:14:45 +09:00
codej99
c2a2ba9b46 Merge pull request #14 from codej99/feature/gracefullyshutdown
Feature/gracefullyshutdown
2019-05-03 15:11:23 +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