A Spring Boot web service built with Maven, ready to deploy on Light Cloud.
- Spring Boot 3.5 on Java 17, generated by Spring Initializr
- Spring Web REST controllers
- Maven wrapper included — no local Maven needed
server.portreads$PORT; without it the app listens on 8080 regardless of what the platform asked for
| Method | Endpoint | Description |
|---|---|---|
| GET | / |
Welcome message |
# Run the application
./mvnw spring-boot:run
# Build a jar
./mvnw clean package
# Run the jar
java -jar target/*.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 "Spring Boot" 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/*.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 Spring Initializr, with only the changes noted above.
Website • Documentation • Console
Made with ☁️ by Light Cloud
