1. Introduction
in progress…
This repo contains some hints and examples for development with lightbend:
-
akka
-
play
-
scala
-
lagom
Project reference documentation
Initially generated by using generator-jvm yeoman generator (kotlin-parent-multi-project)
3. Implementation
3.2. lagom-maven-1.2.0
mvn archetype:generate -DarchetypeGroupId=com.lightbend.lagom \
-DarchetypeArtifactId=maven-archetype-lagom-java -DarchetypeVersion=1.2.0
# answer a questions...
cd lagom-mavemn-1.2.0/
mvn -N io.takari:maven:wrapper
./mvnw clean package
./mvnw lagom:runAll
- http :9000/api/hello/Maksimko