page:recipes:help desk:spring boot:relational workspace

Host help desk with Spring Boot: relational workspace data

Deploy a help desk built with Spring Boot on Ample using the relational records pattern. Compute runs the app in an isolated microVM behind a public HTTPS URL, a managed PostgreSQL 16 database is auto-provisioned and injected as DATABASE_URL. Verified on Spring Boot: a workspace-scoped table, an explicit state machine (draft to review to published) that rejects invalid transitions, and a cross-workspace read that returns nothing (transitions=true isolation=true). Not separately tested: your record schema, states and access rules; treat the help desk-specific behavior as your application code.

Representative Queries

Resource Requirements

Infrastructure Requirements

Compute

Postgres

Framework

Workload

Prerequisites

Workflow Steps

Build and start

Implement the pattern on PostgreSQL

Deploy

Verify

Examples

Spring Boot pattern fixture

Success Checks

Limitations

Cost Estimate

Evidence Summary

Canary Run

Next Actions