Skip to content

07.准备SpringBoot项目

1、上传jar包

bash
[root@xx-blog xx-springboot]# pwd
/root/xx-springboot
[root@xx-blog xx-springboot]# ls
xx-springboot-1.0-SNAPSHOT.jar

2、启动命令

bash
java -jar xx-springboot-1.0-SNAPSHOT.jar