当前位置:   article > 正文

SpringBoo3 + jdk17 Name for argument of type [java.lang.String] not specified

SpringBoo3 + jdk17 Name for argument of type [java.lang.String] not specified

项目配置:SpringBoot3 + jdk17

问题说明

升级 SpringBoot3 后在调用接口的时候总是出现下面的报错信息
在这里插入图片描述

解决方案

https://github.com/spring-projects/spring-boot/issues/38541#issuecomment-1827462871

//增加maven参数
<compilerArgs>
     <arg>-parameters</arg>
</compilerArgs>
  • 1
  • 2
  • 3
  • 4

在这里插入图片描述

修改完后记得刷新maven依赖clean一下,在重启项目!!!!!!!!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/471758
推荐阅读
相关标签
  

闽ICP备14008679号