
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
java: 错误: 无效的源发行版:16
在建立springBoot项目时发生 (无效的源发行版:16)这个错误时最佳的解决办法

springBoot项目在普通类里调用mapper层方法(典中典)
springBoot项目在普通类里调用mapper层方法,很简单

Failed to convert value of type ‘java.lang.String’ to required type ‘java.util.Date’
springboot项目在接收时间类型的时候,报Failed to convert value of type ‘java.lang.String’ to required type 'java.util.Date’的错误,这句话的意思是,把字符串转为Date类型失败了

org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here

到底了