传送门:https://blog.csdn.net/qq_33188180/article/details/79133478

其中

Spring Boot 在windows部署

在打包的过程中修改为

<dependency>

  <groupId>org.springframework.boot</groupId>

  <artifactId>spring-boot-starter-web</artifactId>

</dependency>

并未尝试其中将jar包发布成服务的方式

尝试过其他jar包发布方式,均失败,选择使用war包方式部署。

相关文章:

  • 2021-10-13
  • 2021-10-01
  • 2021-10-25
  • 2021-10-11
  • 2021-08-12
  • 2021-08-28
猜你喜欢
  • 2021-08-30
  • 2022-01-08
  • 2021-12-13
  • 2021-12-03
  • 2021-10-11
  • 2021-09-28
  • 2021-09-03
相关资源
相似解决方案