@RestController(value = "/hello")
Opened this issue · 2 comments
wdyyeah commented
/**
-
Created by Zenger on 2018/5/21.
*/
@RestController(value = "/hello")
public class HelloController {@GetMapping
public String hello() {
return "Demo project for Spring Boot !";
}
}
devil-scp commented
I'm sorry, can you give me some specific questions
wdyyeah commented
请问 @RestController(value = "/hello”) value 中的值是指?
… 在 2019年4月3日,16:36,devil-scp ***@***.***> 写道:
I'm sorry, can you give me some specific questions
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#3 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Ah56yOnHafQEHRfySC1Ia5dqMryA5bhCks5vdGgkgaJpZM4cZx9Z>.