refs #364 this is a different commit message
This commit is contained in:
parent
5980d30ad5
commit
37422b7e10
@ -27,7 +27,7 @@ public class AppApplication extends SpringBootServletInitializer {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(AppApplication.class, args);
|
SpringApplication.run(AppApplication.class, args);
|
||||||
}
|
}
|
||||||
// klkljghkjh
|
// klkljghkjhkjh
|
||||||
@GetMapping("/hello")
|
@GetMapping("/hello")
|
||||||
public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) {
|
public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user