ssm项目搭建错误

 

原因缺少了

springfox依赖的jar包
<!--springfox依赖的jar包;如果你的项目中已经集成了无需重复-->
<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-databind</artifactId>
    <version>2.9.0</version>
</dependency>

相关文章:

  • 2021-12-10
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-04-08
  • 2021-06-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2021-12-21
  • 2021-05-08
  • 2021-05-19
  • 2018-03-12
相关资源
相似解决方案