Skip to main content

Requirements

  • Java 17+ installed locally
  • Maven or Gradle configured
  • Account on Vertra Cloud

Project Structure

Configuration

pom.xml

application.properties

vertracloud.config

Deploy

  1. Execute mvn clean package locally to test the build
  2. Exclude the target folder from the project
  3. Compress into a ZIP file
  4. Access Dashboard → New Project → Application
  5. Select Java language and upload
  6. Configure memory (512MB minimum for Spring Boot, 1GB recommended)
  7. Click “Create Application”

Available Versions

Notes

  • Automatic compilation: Maven compiles the project inside the container during deployment
  • Compilation time: May take 5-10 minutes depending on size
  • Recommended memory: 1GB for Spring Boot in production (compilation + runtime)
  • Environment variables: Configure via dashboard for database credentials
  • Logs: Available in real-time in dashboard terminal
  • JVM tuning: JVM is automatically configured for the container
  • Listen on 0.0.0.0 on port $PORT