SpringBoot项目,如果未引入Web相关依赖,不会以服务器方式进行启动,会以应用的方式启动并结束

<dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-web</artifactId>
</dependency>

 

相关文章:

  • 2021-03-30
  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
  • 2021-10-23
  • 2021-05-31
  • 2021-12-30
猜你喜欢
  • 2021-04-22
  • 2022-12-23
  • 2022-03-02
  • 2022-02-22
  • 2022-12-23
相关资源
相似解决方案