A Quarkus REST service built with Maven, ready to deploy on Light Cloud.
- Quarkus REST (Jakarta REST), generated by the Quarkus CLI
- Live coding in dev mode
- Maven wrapper included — no local Maven needed
- Packaged as an uber-jar: the default fast-jar layout writes loose dependencies a generic
COPY target/*.jarcannot pick up in one piece
| Method | Endpoint | Description |
|---|---|---|
| GET | /hello |
Plain-text greeting |
# Run in dev mode with live reload
./mvnw quarkus:dev
# Build an uber-jar
./mvnw clean package
# Run the jar
java -jar target/*-runner.jarThe API will be available at http://localhost:8080
Visit console.light-cloud.com and sign up with GitHub or Google.
- Click "New Application" in the dashboard
- Select "Container" as the deployment type
- Choose "Quarkus" as the framework
- Option A: Fork this repository and connect it via GitHub
- Option B: Push this code to your own GitHub repository and connect it
Light Cloud will auto-detect your settings, but you can verify:
| Setting | Value |
|---|---|
| Port | 8080 |
| Start Command | java -jar target/*-runner.jar |
Click "Deploy" and your API will be live in minutes!
Your API will be available at https://your-app.light-cloud.io
This starter is the output of Quarkus CLI, with only the changes noted above.
Website • Documentation • Console
Made with ☁️ by Light Cloud
