https://www.cnblogs.com/Denny_Yang/p/16616607.html

Exception in thread "main" while scanning for the next token
found character '@' that cannot start any token. (Do not use @ for indentation)
 in 'reader', line 4, column 11:
        name: @project.name@

有效解决方法:

在pom文件上点击右键,选择Maven > Reimport(如果是mac是Reload)。都不用重启,直接debug或run就行了。

什么加单引号、双引号的都没用。version、group-id都能正常引入。name、description这些不行。

在pom中配置了resource

<resource>
    <directory>src/main/resources</directory>
    <filtering>true</filtering>
    <includes>
        <include>application.yml</include>
    </includes>
</resource>

还是不行。

搜了好久,特此记录下。

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐