升级springboot3.2.0报Name for argument of type [java.lang.String] not specified, and parameter name inf

03-08 1378阅读 0评论

我这里项目版本是jdk17+springboot3.1.5 升级为jdk21和springboot3.2.0;升级过程总体还是挺顺利的,只是访问应用时老报错:

升级springboot3.2.0报Name for argument of type [java.lang.String] not specified, and parameter name inf,升级springboot3.2.0报Name for argument of type [java.lang.String] not specified, and parameter name inf,词库加载错误:未能找到文件“C:\Users\Administrator\Desktop\火车头9.8破解版\Configuration\Dict_Stopwords.txt”。,访问,设置,最后,第1张
(图片来源网络,侵删)

Name for argument of type [java.lang.String] not specified, and parameter name information not found in class file either.

这个错误,是因为spring6.1 调整了参数,而springboot会自动帮助设置,一开始通过设置maven编译器,例如:

    org.apache.maven.plugins
    maven-compiler-plugin
    3.11.0
    
       
        21
        21
       
            -parameters
        
    

大部分场景这个设置生效的;但是对与我的项目是不生效的,我也是设置了,就是无效;

最后到github上去找了答案,大牛给我说了原因,原因是我的项目是聚合项目,真正项目并未依赖 spring-boot-stareter-parent;需要通过maven进行设置才行,例如:


    org.apache.maven.plugins
    maven-compiler-plugin
    3.11.0
    
       true
        21
        21       
    

这样设置就可以了。这是springboot开发人员给我的答案:https://github.com/spring-projects/spring-boot/issues/38541#issuecomment-1827462871

sring6.1 介绍:

升级springboot3.2.0报Name for argument of type [java.lang.String] not specified, and parameter name inf,升级springboot3.2.0报Name for argument of type [java.lang.String] not specified, and parameter name inf,词库加载错误:未能找到文件“C:\Users\Administrator\Desktop\火车头9.8破解版\Configuration\Dict_Stopwords.txt”。,访问,设置,最后,第2张
(图片来源网络,侵删)

Upgrading to Spring Framework 6.x · spring-projects/spring-framework Wiki · GitHub

升级springboot3.2.0报Name for argument of type [java.lang.String] not specified, and parameter name inf,升级springboot3.2.0报Name for argument of type [java.lang.String] not specified, and parameter name inf,词库加载错误:未能找到文件“C:\Users\Administrator\Desktop\火车头9.8破解版\Configuration\Dict_Stopwords.txt”。,访问,设置,最后,第3张
(图片来源网络,侵删)

免责声明
本网站所收集的部分公开资料来源于AI生成和互联网,转载的目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。
文章版权声明:除非注明,否则均为主机测评原创文章,转载或复制请以超链接形式并注明出处。

发表评论

快捷回复: 表情:
评论列表 (暂无评论,1378人围观)

还没有评论,来说两句吧...

目录[+]