https://github.com/mageddo/micronaut-mapping-issue
https://github.com/mageddo/micronaut-mapping-issue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mageddo/micronaut-mapping-issue
- Owner: mageddo
- Created: 2019-11-20T21:55:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T22:08:47.000Z (over 6 years ago)
- Last Synced: 2025-02-02T01:41:15.636Z (over 1 year ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
$ ./gradlew run
$ curl localhost:8080/people/id-123
{"message":"More than 1 route matched the incoming request. The following routes matched /people/id-123: GET - /people/id-123, GET - /people/id-123","_links":{"self":{"href":"/people/id-123","templated":false}}}
```