Java REST example is broken
benhirashima opened this issue · 3 comments
benhirashima commented
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
ignasi35 commented
Hi @benhirashima, there's some discussion on this topic at playframework/playframework#8850 (and related issues/PRs)
ignasi35 commented
And also playframework/playframework#8854
mkurz commented
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.