Example web app for Java developers who are learning Scala.
- Written in TDD with E2E test support
- Scala
- Configured to for Heroku
- Java tecnologies: Spring Boot + Jetty + Maven
- OAuth2 integration (Google)
$ mvn spring-boot:run -Dspring-boot.run.arguments="--server.port=${port} --server.url=http://localhost --google.client.id=${google_client_id} --google.client.secret=${google_client_secret}"