You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/g8/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ Sources in the sample:
9
9
*`UserRegistry.scala` -- the actor which handles the registration requests
10
10
*`JsonFormats.scala` -- converts the JSON data from requests into Scala types and from Scala types into JSON responses
11
11
12
+
## Configure the resolver
13
+
14
+
> The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
15
+
12
16
## Interacting with the sample
13
17
14
18
After starting the sample with `sbt run` the following requests can be made:
0 commit comments