parent
8cfb4f627d
commit
b5ae070f83
@ -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);
|
||||||
}
|
}
|
||||||
// khflö
|
// khf
|
||||||
@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