playframework/play-samples

Java REST example is broken

benhirashima opened this issue · 3 comments

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 playframework/playframework#8850 (and related issues/PRs)

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.