springmvc

@SpringBootApplication @RestController public class DemoApplication {

@GetMapping("/helloworld") public String hello() { return "Hello World!"; } }

0
3tAgdF…EFTwDRPost author

0 comments