1、根据PID关闭对应端口号

netstat -nao|findstr   XXX                     XX 为 要关闭的端口号

taskkill   /F   /PID    XXX                      XX 为 端口号对应的PID 

2、如何使用IDEA运行一个由GIT导入的Spring Boot项目?

首先配置JDK:https://blog.csdn.net/zhangxianling11/article/details/101348988

切记是在Project里面配置

Windows运行SpringBoot之@常见小知识

3、运行项目:

①打开Redis

https://blog.csdn.net/weixin_43784880/article/details/90378301

 

cd C:\software\Redis-x64-3.0.504\Redis-x64-3.0.504

auth "1234556"

②打开ES

cd C:\software\ES\elasticsearch-6.4.2\bin

elasticsearch.bat

③打开MQ

cd C:\software\OTP 21.0.1 Windows 64-bit Binary File\rabbitmq-server-windows-3.7.7\rabbitmq_server-3.7.7\sbin

rabbitmq-server.bat

④运行后端

    绿色三角号

⑤运行前端

dbblog-manage-frontend:

    npm set sass_binary_site=https://npm.taobao.org/mirrors/node-sass/

    npm install

    npm run dev

dbblog-frontend:

    npm install

    npm run dev

相关文章:

  • 2021-06-12
  • 2021-12-05
  • 2021-12-06
  • 2021-06-06
  • 2021-08-11
  • 2021-11-12
  • 2021-06-20
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2022-02-01
  • 2022-02-13
  • 2022-12-23
  • 2021-09-03
  • 2021-08-10
相关资源
相似解决方案