第一次用idea建了一个web项目,运行出问题,问题点

刚运行马上就关闭

[IDEA][SpringBoot]web项目刚启动就结束

在build.gradle  中的 dependencies  中

依赖标签providedRuntime 只会在runtime才会依赖进来,改成编译时依赖compile

[IDEA][SpringBoot]web项目刚启动就结束

相关文章:

  • 2022-12-23
  • 2021-08-06
  • 2021-05-08
  • 2021-10-24
  • 2022-12-23
  • 2021-09-27
  • 2021-06-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2021-11-17
  • 2021-11-18
  • 2021-07-31
相关资源
相似解决方案