Gulpをオンにして実行する非常に単純なAngularアプリがありますhttp://localhost:3000/
そして、 lagomが開発したマイクロサービスはhttp://localhost:9000
.
Lagom は、Akka と PlayFramework で構築されたフレームワークです。
build.sbt
今、私が直面しているリスト形式のマイクロサービスを取得したいとき:
XMLHttpRequest cannot load http://localhost:9000/api/users/list.
No 'Access-Control-Allow-Origin'
header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.
CORS をどこで有効にする必要がありますか? アンギュラーまたはラゴムで?で定義する必要がありbuild.sbt
ますか?