play-samples icon indicating copy to clipboard operation
play-samples copied to clipboard

Java REST example is broken

Open benhirashima opened this issue 6 years ago • 2 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

benhirashima avatar Jun 17 '19 22:06 benhirashima

Hi @benhirashima, there's some discussion on this topic at https://github.com/playframework/playframework/issues/8850 (and related issues/PRs)

ignasi35 avatar Jun 18 '19 13:06 ignasi35

And also https://github.com/playframework/playframework/pull/8854

ignasi35 avatar Jun 18 '19 15:06 ignasi35

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.

mkurz avatar Mar 04 '23 09:03 mkurz