[SpringBoot]报错 Inferred type 'S' for type parameter 'S' is not within its bound;
摘要:
问题原因: SpringBoot 版本问题,SpringBoot 2.0后新特性。 解决方法: 1、修改版本,降为SpringBoot 1.5.x; 2、修改代码: 1 修改前: return userRepository.findOne(id); 2 修改后: return userReposit 阅读全文
posted @ 2020-03-16 14:40 羽昇 阅读(411) 评论(0) 推荐(0)
浙公网安备 33010602011771号