GitHub - platformsh/scala: Scala example for Platform.sh

Spring MVC and Scala for Platform.sh

This template demonstrates building a Spring MVC application with Scala. It uses Maven to build the application and deploy it to Platform.sh. A sample Hello World application is provided as a starting point. It includes a MongoDB database, and the sample application shows how to make the database connection. The example code also demonstrates how to access the Platform.sh environment variables using the Platform.sh Config Reader library.

Features

  • Java 11
  • MongoDB 3.6
  • Automatic TLS certificates
  • Maven-based build

Customizations

The following files and additions make the framework work. If using this project as a reference for your own existing project, replicate the changes below to your project.

References