摘要: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.client.ResourceAccessExcep 阅读全文
posted @ 2021-04-17 10:42 Celate 阅读(653) 评论(0) 推荐(0)
摘要: 用IDEA启动SpringBoot项目,报错。 ClassNotFoundException javax.annotation.security.DeclareRoles 可能是由于环境有问题,重启电脑后,启动成功。 阅读全文
posted @ 2021-02-22 15:24 Celate 阅读(172) 评论(0) 推荐(0)
摘要: 问题 1,Java8有哪些新特性? 2,Lamdba表达式是什么? 3,Lamdba表达式有哪些特征? 4,Lamdba表达式常用对象有哪些? 5,方法引用是什么? 6,方法引用可以引用哪些方法? 7,函数式接口是什么? 答案 1,①Lamdba表达式,②方法引用,③默认方法,④Steam API, 阅读全文
posted @ 2020-12-21 10:23 Celate 阅读(22) 评论(0) 推荐(0)