遇见spring cloud问题01

遇到这个问题在网上查看了很多方法,有的不适用,我这里是由于版本的问题

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.5.13.RELEASE</version>
    <relativePath/> <!-- lookup parent from repository -->
</parent>
将这里的版本号改为较低的版本就ok

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2021-09-24
  • 2022-01-22
  • 2022-12-23
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2021-10-27
  • 2021-08-03
  • 2021-12-06
  • 2021-06-06
  • 2021-11-28
相关资源
相似解决方案