lagom / lagom-recipes

Other
62 stars 35 forks source link

Adds a javadsl (sbt) example on setting up CORS #1

Closed ignasi35 closed 7 years ago

ignasi35 commented 7 years ago

This PR addresses https://github.com/lagom/lagom/issues/913 and innaugurates the lagom-recipes repository.

This PR is a 2-commit branch were the first commit introduces a simple lagom project and the second commit solves the actual problem. This approach exemplifies how to solve the problem at hand. The README.md in the ./cors/cors-java folder is included in the second commit and includes: the steps to complete the implementation, the steps to run the sample and some links to further resources.

It'd be good to merge this PR without squashing (nor rebasing?) so we can refer to the actual commit that introduces the changes.