choerodon/choerodon-springboot-template

@RestController(value = "/hello")

Opened this issue · 2 comments

/**

  • Created by Zenger on 2018/5/21.
    */
    @RestController(value = "/hello")
    public class HelloController {

    @GetMapping
    public String hello() {
    return "Demo project for Spring Boot !";
    }
    }

I'm sorry, can you give me some specific questions