Development environment overview

ยงDevelopment environment overview

Setting up a Lagom development environment takes only minutes using an sbt template or Maven archetype as described in Getting Started with Lagom. Without any coding, scripting or configuration on your part, the templates set up the following:

  • A hierarchical build structure with two example services. You can follow their pattern to begin creating your own services, right in the same project.

  • The infrastructure necessary to run and test your services locally:

  • The configuration necessary to build and run the services and infrastructure.

After you have created a project using one of these templates, the runAll command starts all of the runtime components and you can test immediately.

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.