cli全称为Command line tool,类似于windows的cmd,实际没啥用。
它的知识点分为两部分。
第一部分,搭建环境,官网下载压缩包,解压即可。略。
第二部分,常见命令。
1、常见命令
格式为:spring command args,
spring,固定字符串。
command,命令的名称。
args,命令的参数,空格分隔。
以下列举一些常见的命令:
Shell
启用内置的shell,类似于mysql,开启后,可以省略spring字符串。
Version
版本。
help
帮助命令。
Run
运行或执行groovy脚本
Init
创建spring boot项目
Jar
将项目打包成*.jar