Installation
Configures dependencies and execution profiles with a local development automation tool separated from production runtime.
Gradle
build.gradle
textThe configuration class imports library types from the main source, so the default example uses implementation. Limit execution with @Profile("local"), and to completely exclude from the deployment artifact, configure a separate development source set.
Requirements
Java
21
Spring WebFlux
You can analyze functional endpoints or choose MVC mode.
Reactor
Used for watcher tasks and event streams.
Source directory
Default src/main/java, resource default src/main/resources