springboot 报错 Inferred type ‘S’ for type parameter ‘S’ is not within its bound; should extend ‘***’

原文:
springboot 报错 Inferred type 'S' for type parameter 'S' is not within its bound; should extend '***'

springboot 报错 Inferred type 'S' for type parameter 'S' is not within its bound; should extend '***'
报错原因:springboot 版本问题
解决:

把springboot 版本改为1.5.*版本

我的使用1.5.10版本 如图下:
springboot 报错 Inferred type 'S' for type parameter 'S' is not within its bound; should extend '***'

springboot 报错 Inferred type 'S' for type parameter 'S' is not within its bound; should extend '***'

如果那里的地方写的不好还请多多请教,评价请教,谢谢,同时能帮到大家就好

相关文章: