springBootRun
Starts a Spring Boot application, captures logs, and detects port and startup status with optional module, profile, and wait parameters.
Instructions
Start the Spring Boot application. Captures logs and detects port/startup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Module name (for multi-module projects) | |
| profile | No | Spring profile (e.g. "dev", "production") | |
| waitForStartup | No | If true, waits for Tomcat/Netty startup confirmation before returning |