启动SpringBoot项目的三种方式
摘要:
项目如下 1、IDEA中直接启动 2、使用mvn spring-boot:run命令启动 首先进入项目当前目录,然后使用命令 3、使用mvn install先编译,在使用java -jar xxxxxxxxxx.jar启动 在项目当前目录进行编译,然后 进入target目录下,使用java命令启动 阅读全文
posted @ 2022-02-14 16:27 ExplorerMan 阅读(2806) 评论(0) 推荐(0)
浙公网安备 33010602011771号