原文:Inferred type 'S' for type parameter 'S' is not within its bound;

在使用springboot 方法报错: Inferred type S for type parameter S is not within its bound should extends xxxxxx 解决方法: springboot 版本问题,将 . . 版本换成 . . 版本。 将girlRepository.findOne id 改为 girlRepository.findById id ...

2019-02-26 22:12 0 1123 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM