parent
f3e2c295d9
commit
a86815cdd1
@ -27,7 +27,7 @@ public class AppApplication extends SpringBootServletInitializer {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(AppApplication.class, args);
|
||||
}
|
||||
// khgffg
|
||||
// khffg
|
||||
@GetMapping("/hello")
|
||||
public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user