
Java
Heavyweight power, lightweight deploy. Run Spring Boot and JVM applications without managing Jenkins, Helm, or XML configurations.
Java deployments are often synonymous with operational complexity. Gigalixir strips that away. We provide a stable, long-running environment perfect for the JVM, handling the build pipeline automatically so you can focus on your code.
- Native Maven & Gradle: We detect
pom.xmlorbuild.gradle, download the JDK, and run your build command automatically. No CI server required. - Persistent JVM: Unlike serverless Java functions with massive cold-starts, our containers run continuously. Your JVM stays warm and JIT-optimized for consistent performance.
- Direct JDBC Support: Connect to managed PostgreSQL using standard JDBC strings. No connection pooler middleware interferes with Hibernate or JPA transactions.
- Customizable Runtime: Specify your exact JDK version in
system.propertiesto match your local environment, or use our sensible defaults.
