Skip to content

@RestController(value = "/hello") #3

Open
@wdyyeah

Description

/**

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

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

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions