Hy,
I used your project as template for my multi project setup and was wondering, why I get No router defined when accessing via browser, so I cloned your project to see, if it is working.
I've changed
- sbt version to 0.13.9 in build.properties
I started activator. As I can't run multiproject, directly, I switched to one of the services (project serviceA) and run it. I've tried the routes defined in the serviceA.routes (e.g. http://localhost:9000/serviceA) but I only got "No router defined".
So what is my mistake?
Hy,
I used your project as template for my multi project setup and was wondering, why I get
No router definedwhen accessing via browser, so I cloned your project to see, if it is working.I've changed
I started activator. As I can't
runmultiproject, directly, I switched to one of the services (project serviceA) andrunit. I've tried the routes defined in the serviceA.routes (e.g.http://localhost:9000/serviceA) but I only got "No router defined".So what is my mistake?