Building for Production

Create production builds

Basic Build

Bash
qctl build

This creates a production-ready JAR in target/.

Options

FlagDescription
--skip-testsSkip test execution
--profileBuild profile
--dockerBuild Docker image

Docker Build

Bash
qctl build --docker

Creates a Docker image tagged with your project name.

Deployment

The built JAR can be deployed anywhere Java runs:

Bash
java -jar target/my-app.jar

Or use our managed hosting with qRun.

Powered by qqq