play-samples
play-samples copied to clipboard
Java REST example is broken
The root page loads, but I get a 404 when trying http://localhost:9000/v1/posts/.
What I did:
git clone https://github.com/playframework/play-samples.git
cd play-samples/play-java-rest-api-example/
sbt run
Hi @benhirashima, there's some discussion on this topic at https://github.com/playframework/playframework/issues/8850 (and related issues/PRs)
And also https://github.com/playframework/playframework/pull/8854
Both play-[scala|java]-rest-api-example run in CI and the both issues linked have been fixed. Assuming this issue is as well now.