Closed loicdescotte closed 9 years ago
@loicdescotte the securesocial.sbt file defines 3 projects:
1) core 2) scalaDemo 3) javaDemo
It's built that way so it's easier to change the module and test things in the sample apps if needed.
Don't run the scalaDemo sbt directly, instead try:
sbt
project scalaDemo
run
It's working! Thanks a lot :)
Hi,
I'm trying to run the scala sample from master with Play 2.3 :
When I open http://localhost:9000 I have a "java.util.NoSuchElementException: None.get" error
Did I miss something?
Thanks