Just is a smart zero config command line interface for running Spring Boot applications in development mode (and more).
Its goal is to speed up developing applications with Spring Boot by automating common activities that occur during development.
π Project Website | π Documentation
On MacOS:
$ brew install maciejwalkowiak/brew/just
On Windows:
$ scoop install maciejwalkowiak/just
More details & Linux installation steps: https://just.maciejwalkowiak.com/docs/install/
In the terminal go to your project directory and execute:
$ just run
More information in documentation including other commands: just build
,
just format
, just kill
.
Try it out, play with your projects and whenever you find an issue please file it here: https://github.com/maciejwalkowiak/just/issues