Spring Boot CLI -- An opinionated view of building production-ready Spring applications.
The Spring Boot CLI is a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without much boilerplate code. You don't need to use the CLI to work with Spring Boot but it's definitely the quickest way to get a Spring application off the ground.
The Spring Boot CLI is a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without much boilerplate code. You don't need to use the CLI to work with Spring Boot but it's definitely the quickest way to get a Spring application off the ground.
To install spring-boot-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install spring-boot-cli
To see what files were installed by spring-boot-cli, run:
port contents spring-boot-cli
To later upgrade spring-boot-cli, run:
sudo port selfupdate && sudo port upgrade spring-boot-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.