用的是springboot2.0,然后XXXRepository.findOne各种报错,各种不行,上网搜都说改回springboot1.5就好了。

这哪行,直接用XXXRepository.findById(id).get();代替就行了

相关文章:

  • 2021-12-09
  • 2021-08-19
  • 2021-11-12
  • 2021-08-25
  • 2021-06-04
  • 2021-04-07
  • 2021-10-01
猜你喜欢
  • 2021-11-15
  • 2021-09-02
  • 2021-09-28
  • 2021-11-21
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案