- http://localhost:8080/swagger-ui.html
- http://localhost:8080/v2/api-docs
- http://localhost:8080/example
- http://localhost:8080/example/app_config
- http://localhost:8080/example/git_branch
- http://localhost:8080/actuator/prometheus
- http://localhost:8080/actuator/health
- http://localhost:8080/graphiql
h3. query
{
example
}
h3. mutate
mutation {
createExample(exampleDate: "2016-08-16")
}