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.
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.