just can be configured by creating just.properties or just.yml file in project root directory.
Property
Description
Default value
just.framework
set the framework used in the project. This should be used only if for whatever reason Just is not able to detect that project uses Spring Boot. Possible value is SPRING_BOOT
none 👉 autodetect
just run
Property
Description
Default value
just.run.extra-args
Extra command line arguments passed to Maven or Gradle
Live Reload
Property
Description
Default value
just.run.live-reload.enabled
enables/disables live-reload feature
true
just.run.live-reload.browser.enabled
enables/disables frontend resources reload without a browser refresh
true
Maven
Property
Description
Default value
just.run.maven.profiles
a comma-separated list of Maven profiles to activate (passed with -Pprofile1,profile2)
Spring Boot
Property
Description
Default value
just.run.spring-boot.profiles
a comma-separated list of Spring Boot profiles to activate (as spring.profiles.active)
Docker Compose
Property
Description
Default value
just.run.docker-compose.enabled
enables/disables Docker Compose feature
true
just.run.docker-compose.file
Docker Compose YML file path relative to project root